#316B11

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

Shades of Bilbao #316B11

Tints of Bilbao #316B11

Color information

#316B11 (or 0x316B11) is unknown color: approx Bilbao. HEX triplet: 31, 6B and 11. RGB value is (49,107,17). Sum of RGB (Red+Green+Blue) = 49+107+17=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #316B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316B11 is #CE94EE. Grayscale: #4F4F4F. Windows color (decimal): -13538543 or 1141553. OLE color: 1141553.

HSL color Cylindrical-coordinate representation of color #316B11: hue angle of 98.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #316B11 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB4910717-
CMYK0.5400.840.58
HSL98.67º72.58%24.31%-
HSV(B)98.67º84.11%41.96%-
XYZ6.6311.212.34-
YUV79.492.78106.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 107 (42.19% from 255) = 61.85%
BLUE value IS 17 (7.03% from 255) = 9.83%
R=28.32%
G=61.85%
B=9.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107170.5400.840.5898.6772.5824.31
Hex316B11360543A634918
Octal61153216601247214311130
Binary110001110101110001110110010101001110101100011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,107,17); }

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

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

 a { background-color: rgb(49,107,17); }

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

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

 span { border-color: rgb(49,107,17); }

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