#337D16

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

Shades of Bilbao #337D16

Tints of Bilbao #337D16

Color information

#337D16 (or 0x337D16) is unknown color: approx Bilbao. HEX triplet: 33, 7D and 16. RGB value is (51,125,22). Sum of RGB (Red+Green+Blue) = 51+125+22=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #337D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337D16 is #CC82E9. Grayscale: #5B5B5B. Windows color (decimal): -13402858 or 1473843. OLE color: 1473843.

HSL color Cylindrical-coordinate representation of color #337D16: hue angle of 103.11º 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 #337D16 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB5112522-
CMYK0.5900.820.51
HSL103.11º70.07%28.82%-
HSV(B)103.11º82.4%49.02%-
XYZ8.8415.433.27-
YUV91.1388.9899.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 125 (49.22% from 255) = 63.13%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=25.76%
G=63.13%
B=11.11%

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
Decimal51125220.5900.820.51103.1170.0728.82
Hex337D163B0523367461d
Octal63175267301226314710635
Binary110011111110110110111011010100101100111100111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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