#337912

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

Shades of Bilbao #337912

Tints of Bilbao #337912

Color information

#337912 (or 0x337912) is unknown color: approx Bilbao. HEX triplet: 33, 79 and 12. RGB value is (51,121,18). Sum of RGB (Red+Green+Blue) = 51+121+18=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 121 (47.66% from 255 or 63.68% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 121 - color contains mainly: green. Hex color #337912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337912 is #CC86ED. Grayscale: #585858. Windows color (decimal): -13403886 or 1210675. OLE color: 1210675.

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

Color convert

RGB5112118-
CMYK0.5800.850.53
HSL100.78º74.1%27.25%-
HSV(B)100.78º85.12%47.45%-
XYZ8.3114.422.92-
YUV88.3388.31101.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 121 (47.66% from 255) = 63.68%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=26.84%
G=63.68%
B=9.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121180.5800.850.53100.7874.127.25
Hex3379123A05535654a1b
Octal63171227201256514511233
Binary110011111100110010111010010101011101011100101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337912; }

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

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

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

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

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

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

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

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