Shades of Bilbao #317E13
Tints of Bilbao #317E13
RGB
CMYK
RGB Variations
Color information
#317E13 (or 0x317E13) is known color: Bilbao. HEX triplet: 31, 7E and 13. RGB value is (49,126,19). Sum of RGB (Red+Green+Blue) = 49+126+19=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 126 (49.61% from 255 or 64.95% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 126 - color contains mainly: green. Hex color #317E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317E13 is #CE81EC. Grayscale: #5B5B5B. Windows color (decimal): -13533677 or 1277489. OLE color: 1277489.
HSL color Cylindrical-coordinate representation of color #317E13: hue angle of 103.18º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #317E13 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 19 | - |
| CMYK | 0.61 | 0 | 0.85 | 0.51 |
| HSL | 103.18º | 0.74% | 0.28% | - |
| HSV(B) | 103.18º | 0.85% | 0.49% | - |
| XYZ | 8.85 | 15.62 | 3.17 | - |
| YUV | 90.78 | 87.49 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 19 | 0.61 | 0 | 0.85 | 0.51 | 103.18 | 0.74 | 0.28 |
| Hex | 31 | 7E | 13 | 3D | 0 | 55 | 33 | 67 | 4A | 1C |
| Octal | 61 | 176 | 23 | 75 | 0 | 125 | 63 | 147 | 112 | 34 |
| Binary | 110001 | 1111110 | 10011 | 111101 | 0 | 1010101 | 110011 | 1100111 | 1001010 | 11100 |
Color Harmonies of #317E13
Complementary color
Monochromatic Colors of #317E13
Black with #317E13
Text Example
Text Example
White with #317E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E13; }
p { color: rgb(49,126,19); }
H1.HeaderClassName
{
color: #317E13;
}
.AnyTagClassName
{
color: #317E13;
}
</style>
background-color css
<style>
a { background-color: #317E13; }
a { background-color: rgb(49,126,19); }
div.DivClassName
{
background-color: #317E13;
}
.BgClassName
{
background-color: #317E13;
}
</style>
border-color css
<style>
span { border-color: #317E13; }
span { border-color: rgb(49,126,19); }
td.TdClassName
{
border-color: #317E13;
}
.TagClassName
{
border-color: #317E13;
}
</style>