#337B12

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

Shades of Bilbao #337B12

Tints of Bilbao #337B12

Color information

#337B12 (or 0x337B12) is unknown color: approx Bilbao. HEX triplet: 33, 7B and 12. RGB value is (51,123,18). Sum of RGB (Red+Green+Blue) = 51+123+18=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 123 (48.44% from 255 or 64.06% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 123 - color contains mainly: green. Hex color #337B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337B12 is #CC84ED. Grayscale: #595959. Windows color (decimal): -13403374 or 1211187. OLE color: 1211187.

HSL color Cylindrical-coordinate representation of color #337B12: hue angle of 101.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #337B12 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB5112318-
CMYK0.5900.850.52
HSL101.14º74.47%27.65%-
HSV(B)101.14º85.37%48.24%-
XYZ8.5614.913-
YUV89.587.65100.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 123 (48.44% from 255) = 64.06%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=26.56%
G=64.06%
B=9.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51123180.5900.850.52101.1474.4727.65
Hex337B123B05534654a1c
Octal63173227301256414511234
Binary110011111101110010111011010101011101001100101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337B12; }

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

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

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

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

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

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

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

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