#336808

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

Shades of Bilbao #336808

Tints of Bilbao #336808

Color information

#336808 (or 0x336808) is unknown color: approx Bilbao. HEX triplet: 33, 68 and 08. RGB value is (51,104,8). Sum of RGB (Red+Green+Blue) = 51+104+8=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #336808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336808 is #CC97F7. Grayscale: #4D4D4D. Windows color (decimal): -13408248 or 550963. OLE color: 550963.

HSL color Cylindrical-coordinate representation of color #336808: hue angle of 93.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #336808 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB511048-
CMYK0.5100.920.59
HSL93.12º85.71%21.96%-
HSV(B)93.12º92.31%40.78%-
XYZ6.3610.621.94-
YUV77.2188.94109.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 104 (41.02% from 255) = 63.80%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=31.29%
G=63.80%
B=4.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5110480.5100.920.5993.1285.7121.96
Hex336883305C3B5d5616
Octal63150106301347313512626
Binary11001111010001000110011010111001110111011101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336808; }

 p { color: rgb(51,104,8); }

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

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

 a { background-color: rgb(51,104,8); }

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

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

 span { border-color: rgb(51,104,8); }

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