Shades of Bilbao #317E19
Tints of Bilbao #317E19
RGB
CMYK
RGB Variations
Color information
#317E19 (or 0x317E19) is known color: Bilbao. HEX triplet: 31, 7E and 19. RGB value is (49,126,25). Sum of RGB (Red+Green+Blue) = 49+126+25=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 126 (49.61% from 255 or 63% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 126 - color contains mainly: green. Hex color #317E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317E19 is #CE81E6. Grayscale: #5B5B5B. Windows color (decimal): -13533671 or 1670705. OLE color: 1670705.
HSL color Cylindrical-coordinate representation of color #317E19: hue angle of 105.74º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317E19 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 25 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.51 |
| HSL | 105.74º | 0.67% | 0.3% | - |
| HSV(B) | 105.74º | 0.8% | 0.49% | - |
| XYZ | 8.9 | 15.64 | 3.47 | - |
| YUV | 91.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 25 | 0.61 | 0 | 0.80 | 0.51 | 105.74 | 0.67 | 0.3 |
| Hex | 31 | 7E | 19 | 3D | 0 | 50 | 33 | 6A | 43 | 1E |
| Octal | 61 | 176 | 31 | 75 | 0 | 120 | 63 | 152 | 103 | 36 |
| Binary | 110001 | 1111110 | 11001 | 111101 | 0 | 1010000 | 110011 | 1101010 | 1000011 | 11110 |
Color Harmonies of #317E19
Complementary color
Monochromatic Colors of #317E19
Black with #317E19
Text Example
Text Example
White with #317E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E19; }
p { color: rgb(49,126,25); }
H1.HeaderClassName
{
color: #317E19;
}
.AnyTagClassName
{
color: #317E19;
}
</style>
background-color css
<style>
a { background-color: #317E19; }
a { background-color: rgb(49,126,25); }
div.DivClassName
{
background-color: #317E19;
}
.BgClassName
{
background-color: #317E19;
}
</style>
border-color css
<style>
span { border-color: #317E19; }
span { border-color: rgb(49,126,25); }
td.TdClassName
{
border-color: #317E19;
}
.TagClassName
{
border-color: #317E19;
}
</style>