#336D00

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

Shades of Bilbao #336D00

Tints of Bilbao #336D00

Color information

#336D00 (or 0x336D00) is unknown color: approx Bilbao. HEX triplet: 33, 6D and 00. RGB value is (51,109,0). Sum of RGB (Red+Green+Blue) = 51+109+0=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 109 (42.97% from 255 or 68.12% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 109 - color contains mainly: green. Hex color #336D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336D00 is #CC92FF. Grayscale: #4F4F4F. Windows color (decimal): -13406976 or 27955. OLE color: 27955.

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

Color convert

RGB511090-
CMYK0.53010.57
HSL91.93º100%21.37%-
HSV(B)91.93º100%42.75%-
XYZ6.8311.641.89-
YUV79.2383.28107.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 109 (42.97% from 255) = 68.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.88%
G=68.12%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5110900.53010.5791.9310021.37
Hex336D035064395c6415
Octal6315506501447113414425
Binary11001111011010110101011001001110011011100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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