#337012

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

Shades of Bilbao #337012

Tints of Bilbao #337012

Color information

#337012 (or 0x337012) is unknown color: approx Bilbao. HEX triplet: 33, 70 and 12. RGB value is (51,112,18). Sum of RGB (Red+Green+Blue) = 51+112+18=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #337012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337012 is #CC8FED. Grayscale: #535353. Windows color (decimal): -13406190 or 1208371. OLE color: 1208371.

HSL color Cylindrical-coordinate representation of color #337012: hue angle of 98.94º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #337012 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB5111218-
CMYK0.5400.840.56
HSL98.94º72.31%25.49%-
HSV(B)98.94º83.93%43.92%-
XYZ7.2712.342.57-
YUV83.0491.29105.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 112 (44.14% from 255) = 61.88%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=28.18%
G=61.88%
B=9.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112180.5400.840.5698.9472.3125.49
Hex3370123605438634819
Octal63160226601247014311031
Binary110011111000010010110110010101001110001100011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337012; }

 p { color: rgb(51,112,18); }

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

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

 a { background-color: rgb(51,112,18); }

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

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

 span { border-color: rgb(51,112,18); }

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