#337612

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

Shades of Bilbao #337612

Tints of Bilbao #337612

Color information

#337612 (or 0x337612) is unknown color: approx Bilbao. HEX triplet: 33, 76 and 12. RGB value is (51,118,18). Sum of RGB (Red+Green+Blue) = 51+118+18=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #337612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337612 is #CC89ED. Grayscale: #565656. Windows color (decimal): -13404654 or 1209907. OLE color: 1209907.

HSL color Cylindrical-coordinate representation of color #337612: hue angle of 100.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #337612 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB5111818-
CMYK0.5700.850.54
HSL100.2º73.53%26.67%-
HSV(B)100.2º84.75%46.27%-
XYZ7.9513.72.8-
YUV86.5789.3102.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 118 (46.48% from 255) = 63.10%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=27.27%
G=63.10%
B=9.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51118180.5700.850.54100.273.5326.67
Hex3376123905536644a1b
Octal63166227101256614411233
Binary110011111011010010111001010101011101101100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337612; }

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

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

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

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

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

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

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

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