#346717

Color #346717 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #346717

Tints of Bilbao #346717

Color information

#346717 (or 0x346717) is unknown color: approx Bilbao. HEX triplet: 34, 67 and 17. RGB value is (52,103,23). Sum of RGB (Red+Green+Blue) = 52+103+23=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #346717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346717 is #CB98E8. Grayscale: #4E4E4E. Windows color (decimal): -13342953 or 1533748. OLE color: 1533748.

HSL color Cylindrical-coordinate representation of color #346717: hue angle of 98.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346717 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB5210323-
CMYK0.5000.780.60
HSL98.25º63.49%24.71%-
HSV(B)98.25º77.67%40.39%-
XYZ6.4210.492.5-
YUV78.6396.6109-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 103 (40.62% from 255) = 57.87%
BLUE value IS 23 (9.38% from 255) = 12.92%
R=29.21%
G=57.87%
B=12.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52103230.5000.780.6098.2563.4924.71
Hex3467173204E3C623f19
Octal6414727620116741427731
Binary11010011001111011111001001001110111100110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346717; }

 p { color: rgb(52,103,23); }

 H1.HeaderClassName
 {
   color: #346717;
 }
 .AnyTagClassName
 {
   color: #346717;
 }
</style>
background-color css

<style>
 a { background-color: #346717; }

 a { background-color: rgb(52,103,23); }

 div.DivClassName
 {
   background-color: #346717;
 }
 .BgClassName
 {
   background-color: #346717;
 }
</style>
border-color css

<style>
 span { border-color: #346717; }

 span { border-color: rgb(52,103,23); }

 td.TdClassName
 {
   border-color: #346717;
 }
 .TagClassName
 {
   border-color: #346717;
 }
</style>