Shades of Bilbao #316F20
Tints of Bilbao #316F20
RGB
CMYK
RGB Variations
Color information
#316F20 (or 0x316F20) is known color: Bilbao. HEX triplet: 31, 6F and 20. RGB value is (49,111,32). Sum of RGB (Red+Green+Blue) = 49+111+32=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 111 (43.75% from 255 or 57.81% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 111 - color contains mainly: green. Hex color #316F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F20 is #CE90DF. Grayscale: #535353. Windows color (decimal): -13537504 or 2125617. OLE color: 2125617.
HSL color Cylindrical-coordinate representation of color #316F20: hue angle of 107.09º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #316F20 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 32 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.56 |
| HSL | 107.09º | 0.55% | 0.28% | - |
| HSV(B) | 107.09º | 0.71% | 0.44% | - |
| XYZ | 7.21 | 12.13 | 3.33 | - |
| YUV | 83.46 | 98.96 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 32 | 0.56 | 0 | 0.71 | 0.56 | 107.09 | 0.55 | 0.28 |
| Hex | 31 | 6F | 20 | 38 | 0 | 47 | 38 | 6B | 37 | 1C |
| Octal | 61 | 157 | 40 | 70 | 0 | 107 | 70 | 153 | 67 | 34 |
| Binary | 110001 | 1101111 | 100000 | 111000 | 0 | 1000111 | 111000 | 1101011 | 110111 | 11100 |
Color Harmonies of #316F20
Complementary color
Monochromatic Colors of #316F20
Black with #316F20
Text Example
Text Example
White with #316F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F20; }
p { color: rgb(49,111,32); }
H1.HeaderClassName
{
color: #316F20;
}
.AnyTagClassName
{
color: #316F20;
}
</style>
background-color css
<style>
a { background-color: #316F20; }
a { background-color: rgb(49,111,32); }
div.DivClassName
{
background-color: #316F20;
}
.BgClassName
{
background-color: #316F20;
}
</style>
border-color css
<style>
span { border-color: #316F20; }
span { border-color: rgb(49,111,32); }
td.TdClassName
{
border-color: #316F20;
}
.TagClassName
{
border-color: #316F20;
}
</style>