#336616

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

Shades of Bilbao #336616

Tints of Bilbao #336616

Color information

#336616 (or 0x336616) is unknown color: approx Bilbao. HEX triplet: 33, 66 and 16. RGB value is (51,102,22). Sum of RGB (Red+Green+Blue) = 51+102+22=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #336616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336616 is #CC99E9. Grayscale: #4D4D4D. Windows color (decimal): -13408746 or 1467955. OLE color: 1467955.

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

Color convert

RGB5110222-
CMYK0.500.780.6
HSL98.25º64.52%24.31%-
HSV(B)98.25º78.43%40%-
XYZ6.2610.262.41-
YUV77.6396.6109-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 102 (40.23% from 255) = 58.29%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=29.14%
G=58.29%
B=12.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51102220.500.780.698.2564.5224.31
Hex3366163204E3C624118
Octal63146266201167414210130
Binary110011110011010110110010010011101111001100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336616; }

 p { color: rgb(51,102,22); }

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

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

 a { background-color: rgb(51,102,22); }

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

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

 span { border-color: rgb(51,102,22); }

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