Shades of Bilbao #317F25
Tints of Bilbao #317F25
RGB
CMYK
RGB Variations
Color information
#317F25 (or 0x317F25) is known color: Bilbao. HEX triplet: 31, 7F and 25. RGB value is (49,127,37). Sum of RGB (Red+Green+Blue) = 49+127+37=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 127 (50% from 255 or 59.62% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 127 - color contains mainly: green. Hex color #317F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F25 is #CE80DA. Grayscale: #5D5D5D. Windows color (decimal): -13533403 or 2457393. OLE color: 2457393.
HSL color Cylindrical-coordinate representation of color #317F25: hue angle of 112º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #317F25 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 127 | 37 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.50 |
| HSL | 112º | 0.55% | 0.32% | - |
| HSV(B) | 112º | 0.71% | 0.5% | - |
| XYZ | 9.19 | 15.97 | 4.35 | - |
| YUV | 93.42 | 96.16 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 127 | 37 | 0.61 | 0 | 0.71 | 0.50 | 112 | 0.55 | 0.32 |
| Hex | 31 | 7F | 25 | 3D | 0 | 47 | 32 | 70 | 37 | 20 |
| Octal | 61 | 177 | 45 | 75 | 0 | 107 | 62 | 160 | 67 | 40 |
| Binary | 110001 | 1111111 | 100101 | 111101 | 0 | 1000111 | 110010 | 1110000 | 110111 | 100000 |
Color Harmonies of #317F25
Complementary color
Monochromatic Colors of #317F25
Black with #317F25
Text Example
Text Example
White with #317F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317F25; }
p { color: rgb(49,127,37); }
H1.HeaderClassName
{
color: #317F25;
}
.AnyTagClassName
{
color: #317F25;
}
</style>
background-color css
<style>
a { background-color: #317F25; }
a { background-color: rgb(49,127,37); }
div.DivClassName
{
background-color: #317F25;
}
.BgClassName
{
background-color: #317F25;
}
</style>
border-color css
<style>
span { border-color: #317F25; }
span { border-color: rgb(49,127,37); }
td.TdClassName
{
border-color: #317F25;
}
.TagClassName
{
border-color: #317F25;
}
</style>