#337A20

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

Shades of Bilbao #337A20

Tints of Bilbao #337A20

Color information

#337A20 (or 0x337A20) is unknown color: approx Bilbao. HEX triplet: 33, 7A and 20. RGB value is (51,122,32). Sum of RGB (Red+Green+Blue) = 51+122+32=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #337A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337A20 is #CC85DF. Grayscale: #5A5A5A. Windows color (decimal): -13403616 or 2128435. OLE color: 2128435.

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

Color convert

RGB5112232-
CMYK0.5800.740.52
HSL107.33º58.44%30.2%-
HSV(B)107.33º73.77%47.84%-
XYZ8.5914.733.76-
YUV90.5194.9899.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 122 (48.05% from 255) = 59.51%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=24.88%
G=59.51%
B=15.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122320.5800.740.52107.3358.4430.2
Hex337A203A04A346b3a1e
Octal6317240720112641537236
Binary110011111101010000011101001001010110100110101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,122,32); }

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

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

 a { background-color: rgb(51,122,32); }

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

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

 span { border-color: rgb(51,122,32); }

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