#316E15

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

Shades of Bilbao #316E15

Tints of Bilbao #316E15

Color information

#316E15 (or 0x316E15) is unknown color: approx Bilbao. HEX triplet: 31, 6E and 15. RGB value is (49,110,21). Sum of RGB (Red+Green+Blue) = 49+110+21=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 110 (43.36% from 255 or 61.11% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 110 - color contains mainly: green. Hex color #316E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316E15 is #CE91EA. Grayscale: #515151. Windows color (decimal): -13537771 or 1404465. OLE color: 1404465.

HSL color Cylindrical-coordinate representation of color #316E15: hue angle of 101.12º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #316E15 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB4911021-
CMYK0.5500.810.57
HSL101.12º67.94%25.69%-
HSV(B)101.12º80.91%43.14%-
XYZ6.9811.862.63-
YUV81.6193.79104.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 110 (43.36% from 255) = 61.11%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=27.22%
G=61.11%
B=11.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49110210.5500.810.57101.1267.9425.69
Hex316E15370513965441a
Octal61156256701217114510432
Binary110001110111010101110111010100011110011100101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,110,21); }

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

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

 a { background-color: rgb(49,110,21); }

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

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

 span { border-color: rgb(49,110,21); }

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