#316C20

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

Shades of Bilbao #316C20

Tints of Bilbao #316C20

Color information

#316C20 (or 0x316C20) is unknown color: approx Bilbao. HEX triplet: 31, 6C and 20. RGB value is (49,108,32). Sum of RGB (Red+Green+Blue) = 49+108+32=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #316C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C20 is #CE93DF. Grayscale: #515151. Windows color (decimal): -13538272 or 2124849. OLE color: 2124849.

HSL color Cylindrical-coordinate representation of color #316C20: hue angle of 106.58º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #316C20 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB4910832-
CMYK0.5500.700.58
HSL106.58º54.29%27.45%-
HSV(B)106.58º70.37%42.35%-
XYZ6.8911.483.22-
YUV81.6999.95104.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 108 (42.58% from 255) = 57.14%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=25.93%
G=57.14%
B=16.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108320.5500.700.58106.5854.2927.45
Hex316C20370463A6b361b
Octal6115440670106721536633
Binary110001110110010000011011101000110111010110101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316C20; }

 p { color: rgb(49,108,32); }

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

<style>
 a { background-color: #316C20; }

 a { background-color: rgb(49,108,32); }

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

<style>
 span { border-color: #316C20; }

 span { border-color: rgb(49,108,32); }

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