#336E14

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

Shades of Bilbao #336E14

Tints of Bilbao #336E14

Color information

#336E14 (or 0x336E14) is unknown color: approx Bilbao. HEX triplet: 33, 6E and 14. RGB value is (51,110,20). Sum of RGB (Red+Green+Blue) = 51+110+20=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 110 (43.36% from 255 or 60.77% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 110 - color contains mainly: green. Hex color #336E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336E14 is #CC91EB. Grayscale: #525252. Windows color (decimal): -13406700 or 1338931. OLE color: 1338931.

HSL color Cylindrical-coordinate representation of color #336E14: hue angle of 99.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #336E14 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB5111020-
CMYK0.5400.820.57
HSL99.33º69.23%25.49%-
HSV(B)99.33º81.82%43.14%-
XYZ7.0711.912.59-
YUV82.192.95105.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 110 (43.36% from 255) = 60.77%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=28.18%
G=60.77%
B=11.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51110200.5400.820.5799.3369.2325.49
Hex336E143605239634519
Octal63156246601227114310531
Binary110011110111010100110110010100101110011100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,110,20); }

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

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

 a { background-color: rgb(51,110,20); }

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

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

 span { border-color: rgb(51,110,20); }

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