Shades of Bilbao #318901
Tints of Bilbao #318901
RGB
CMYK
RGB Variations
Color information
#318901 (or 0x318901) is known color: Bilbao. HEX triplet: 31, 89 and 01. RGB value is (49,137,1). Sum of RGB (Red+Green+Blue) = 49+137+1=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 137 (53.91% from 255 or 73.26% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 137 - color contains mainly: green. Hex color #318901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318901 is #CE76FE. Grayscale: #5F5F5F. Windows color (decimal): -13530879 or 100657. OLE color: 100657.
HSL color Cylindrical-coordinate representation of color #318901: hue angle of 98.82º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #318901 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 137 | 1 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.46 |
| HSL | 98.82º | 0.99% | 0.27% | - |
| HSV(B) | 98.82º | 0.99% | 0.54% | - |
| XYZ | 10.22 | 18.55 | 3.07 | - |
| YUV | 95.18 | 74.85 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 1 | 0.64 | 0 | 0.99 | 0.46 | 98.82 | 0.99 | 0.27 |
| Hex | 31 | 89 | 1 | 40 | 0 | 63 | 2E | 63 | 63 | 1B |
| Octal | 61 | 211 | 1 | 100 | 0 | 143 | 56 | 143 | 143 | 33 |
| Binary | 110001 | 10001001 | 1 | 1000000 | 0 | 1100011 | 101110 | 1100011 | 1100011 | 11011 |
Color Harmonies of #318901
Complementary color
Monochromatic Colors of #318901
Black with #318901
Text Example
Text Example
White with #318901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318901; }
p { color: rgb(49,137,1); }
H1.HeaderClassName
{
color: #318901;
}
.AnyTagClassName
{
color: #318901;
}
</style>
background-color css
<style>
a { background-color: #318901; }
a { background-color: rgb(49,137,1); }
div.DivClassName
{
background-color: #318901;
}
.BgClassName
{
background-color: #318901;
}
</style>
border-color css
<style>
span { border-color: #318901; }
span { border-color: rgb(49,137,1); }
td.TdClassName
{
border-color: #318901;
}
.TagClassName
{
border-color: #318901;
}
</style>