#336D20

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

Shades of Bilbao #336D20

Tints of Bilbao #336D20

Color information

#336D20 (or 0x336D20) is unknown color: approx Bilbao. HEX triplet: 33, 6D and 20. RGB value is (51,109,32). Sum of RGB (Red+Green+Blue) = 51+109+32=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #336D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D20 is #CC92DF. Grayscale: #535353. Windows color (decimal): -13406944 or 2125107. OLE color: 2125107.

HSL color Cylindrical-coordinate representation of color #336D20: hue angle of 105.19º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #336D20 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB5110932-
CMYK0.5300.710.57
HSL105.19º54.61%27.65%-
HSV(B)105.19º70.64%42.75%-
XYZ7.0911.753.26-
YUV82.8899.28105.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 109 (42.97% from 255) = 56.77%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=26.56%
G=56.77%
B=16.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51109320.5300.710.57105.1954.6127.65
Hex336D20350473969371c
Octal6315540650107711516734
Binary110011110110110000011010101000111111001110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,109,32); }

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

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

 a { background-color: rgb(51,109,32); }

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

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

 span { border-color: rgb(51,109,32); }

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