Shades of Bilbao #317500
Tints of Bilbao #317500
RGB
CMYK
RGB Variations
Color information
#317500 (or 0x317500) is known color: Bilbao. HEX triplet: 31, 75 and 00. RGB value is (49,117,0). Sum of RGB (Red+Green+Blue) = 49+117+0=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #317500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317500 is #CE8AFF. Grayscale: #535353. Windows color (decimal): -13536000 or 30001. OLE color: 30001.
HSL color Cylindrical-coordinate representation of color #317500: hue angle of 94.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #317500 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 117 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.54 |
| HSL | 94.87º | 1% | 0.23% | - |
| HSV(B) | 94.87º | 1% | 0.46% | - |
| XYZ | 7.63 | 13.38 | 2.18 | - |
| YUV | 83.33 | 80.97 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 0 | 0.58 | 0 | 1 | 0.54 | 94.87 | 1 | 0.23 |
| Hex | 31 | 75 | 0 | 3A | 0 | 64 | 36 | 5F | 64 | 17 |
| Octal | 61 | 165 | 0 | 72 | 0 | 144 | 66 | 137 | 144 | 27 |
| Binary | 110001 | 1110101 | 0 | 111010 | 0 | 1100100 | 110110 | 1011111 | 1100100 | 10111 |
Color Harmonies of #317500
Complementary color
Monochromatic Colors of #317500
Black with #317500
Text Example
Text Example
White with #317500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317500; }
p { color: rgb(49,117,0); }
H1.HeaderClassName
{
color: #317500;
}
.AnyTagClassName
{
color: #317500;
}
</style>
background-color css
<style>
a { background-color: #317500; }
a { background-color: rgb(49,117,0); }
div.DivClassName
{
background-color: #317500;
}
.BgClassName
{
background-color: #317500;
}
</style>
border-color css
<style>
span { border-color: #317500; }
span { border-color: rgb(49,117,0); }
td.TdClassName
{
border-color: #317500;
}
.TagClassName
{
border-color: #317500;
}
</style>