#337E16

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

Shades of Bilbao #337E16

Tints of Bilbao #337E16

Color information

#337E16 (or 0x337E16) is unknown color: approx Bilbao. HEX triplet: 33, 7E and 16. RGB value is (51,126,22). Sum of RGB (Red+Green+Blue) = 51+126+22=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 126 (49.61% from 255 or 63.32% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 126 - color contains mainly: green. Hex color #337E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337E16 is #CC81E9. Grayscale: #5C5C5C. Windows color (decimal): -13402602 or 1474099. OLE color: 1474099.

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

Color convert

RGB5112622-
CMYK0.6000.830.51
HSL103.27º70.27%29.02%-
HSV(B)103.27º82.54%49.41%-
XYZ8.9715.683.31-
YUV91.7288.6598.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 126 (49.61% from 255) = 63.32%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=25.63%
G=63.32%
B=11.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51126220.6000.830.51103.2770.2729.02
Hex337E163C0533367461d
Octal63176267401236314710635
Binary110011111111010110111100010100111100111100111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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