Shades of Bilbao #317800
Tints of Bilbao #317800
RGB
CMYK
RGB Variations
Color information
#317800 (or 0x317800) is known color: Bilbao. HEX triplet: 31, 78 and 00. RGB value is (49,120,0). Sum of RGB (Red+Green+Blue) = 49+120+0=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 120 (47.27% from 255 or 71.01% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 120 - color contains mainly: green. Hex color #317800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317800 is #CE87FF. Grayscale: #555555. Windows color (decimal): -13535232 or 30769. OLE color: 30769.
HSL color Cylindrical-coordinate representation of color #317800: hue angle of 95.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #317800 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 120 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.53 |
| HSL | 95.5º | 1% | 0.24% | - |
| HSV(B) | 95.5º | 1% | 0.47% | - |
| XYZ | 7.98 | 14.09 | 2.3 | - |
| YUV | 85.09 | 79.98 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 0 | 0.59 | 0 | 1 | 0.53 | 95.5 | 1 | 0.24 |
| Hex | 31 | 78 | 0 | 3B | 0 | 64 | 35 | 60 | 64 | 18 |
| Octal | 61 | 170 | 0 | 73 | 0 | 144 | 65 | 140 | 144 | 30 |
| Binary | 110001 | 1111000 | 0 | 111011 | 0 | 1100100 | 110101 | 1100000 | 1100100 | 11000 |
Color Harmonies of #317800
Complementary color
Monochromatic Colors of #317800
Black with #317800
Text Example
Text Example
White with #317800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317800; }
p { color: rgb(49,120,0); }
H1.HeaderClassName
{
color: #317800;
}
.AnyTagClassName
{
color: #317800;
}
</style>
background-color css
<style>
a { background-color: #317800; }
a { background-color: rgb(49,120,0); }
div.DivClassName
{
background-color: #317800;
}
.BgClassName
{
background-color: #317800;
}
</style>
border-color css
<style>
span { border-color: #317800; }
span { border-color: rgb(49,120,0); }
td.TdClassName
{
border-color: #317800;
}
.TagClassName
{
border-color: #317800;
}
</style>