#337C16

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

Shades of Bilbao #337C16

Tints of Bilbao #337C16

Color information

#337C16 (or 0x337C16) is unknown color: approx Bilbao. HEX triplet: 33, 7C and 16. RGB value is (51,124,22). Sum of RGB (Red+Green+Blue) = 51+124+22=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #337C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337C16 is #CC83E9. Grayscale: #5A5A5A. Windows color (decimal): -13403114 or 1473587. OLE color: 1473587.

HSL color Cylindrical-coordinate representation of color #337C16: hue angle of 102.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #337C16 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB5112422-
CMYK0.5900.820.51
HSL102.94º69.86%28.63%-
HSV(B)102.94º82.26%48.63%-
XYZ8.7215.183.23-
YUV90.5489.3299.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 124 (48.83% from 255) = 62.94%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=25.89%
G=62.94%
B=11.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51124220.5900.820.51102.9469.8628.63
Hex337C163B0523367461d
Octal63174267301226314710635
Binary110011111110010110111011010100101100111100111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,124,22); }

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

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

 a { background-color: rgb(51,124,22); }

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

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

 span { border-color: rgb(51,124,22); }

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