Shades of Bilbao #317D00
Tints of Bilbao #317D00
RGB
CMYK
RGB Variations
Color information
#317D00 (or 0x317D00) is known color: Bilbao. HEX triplet: 31, 7D and 00. RGB value is (49,125,0). Sum of RGB (Red+Green+Blue) = 49+125+0=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 125 (49.22% from 255 or 71.84% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 125 - color contains mainly: green. Hex color #317D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317D00 is #CE82FF. Grayscale: #585858. Windows color (decimal): -13533952 or 32049. OLE color: 32049.
HSL color Cylindrical-coordinate representation of color #317D00: hue angle of 96.48º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #317D00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.51 |
| HSL | 96.48º | 1% | 0.25% | - |
| HSV(B) | 96.48º | 1% | 0.49% | - |
| XYZ | 8.6 | 15.32 | 2.5 | - |
| YUV | 88.03 | 78.32 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 0 | 0.61 | 0 | 1 | 0.51 | 96.48 | 1 | 0.25 |
| Hex | 31 | 7D | 0 | 3D | 0 | 64 | 33 | 60 | 64 | 19 |
| Octal | 61 | 175 | 0 | 75 | 0 | 144 | 63 | 140 | 144 | 31 |
| Binary | 110001 | 1111101 | 0 | 111101 | 0 | 1100100 | 110011 | 1100000 | 1100100 | 11001 |
Color Harmonies of #317D00
Complementary color
Monochromatic Colors of #317D00
Black with #317D00
Text Example
Text Example
White with #317D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D00; }
p { color: rgb(49,125,0); }
H1.HeaderClassName
{
color: #317D00;
}
.AnyTagClassName
{
color: #317D00;
}
</style>
background-color css
<style>
a { background-color: #317D00; }
a { background-color: rgb(49,125,0); }
div.DivClassName
{
background-color: #317D00;
}
.BgClassName
{
background-color: #317D00;
}
</style>
border-color css
<style>
span { border-color: #317D00; }
span { border-color: rgb(49,125,0); }
td.TdClassName
{
border-color: #317D00;
}
.TagClassName
{
border-color: #317D00;
}
</style>