#336C04

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

Shades of Bilbao #336C04

Tints of Bilbao #336C04

Color information

#336C04 (or 0x336C04) is unknown color: approx Bilbao. HEX triplet: 33, 6C and 04. RGB value is (51,108,4). Sum of RGB (Red+Green+Blue) = 51+108+4=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 108 (42.58% from 255 or 66.26% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 108 - color contains mainly: green. Hex color #336C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336C04 is #CC93FB. Grayscale: #4F4F4F. Windows color (decimal): -13407228 or 289843. OLE color: 289843.

HSL color Cylindrical-coordinate representation of color #336C04: hue angle of 92.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #336C04 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB511084-
CMYK0.5300.960.58
HSL92.88º92.86%21.96%-
HSV(B)92.88º96.3%42.35%-
XYZ6.7511.441.97-
YUV79.185.62107.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 108 (42.58% from 255) = 66.26%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=31.29%
G=66.26%
B=2.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5110840.5300.960.5892.8892.8621.96
Hex336C4350603A5d5d16
Octal6315446501407213513526
Binary1100111101100100110101011000001110101011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336C04; }

 p { color: rgb(51,108,4); }

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

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

 a { background-color: rgb(51,108,4); }

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

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

 span { border-color: rgb(51,108,4); }

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