Shades of Bilbao #318D05
Tints of Bilbao #318D05
RGB
CMYK
RGB Variations
Color information
#318D05 (or 0x318D05) is known color: Bilbao. HEX triplet: 31, 8D and 05. RGB value is (49,141,5). Sum of RGB (Red+Green+Blue) = 49+141+5=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 141 (55.47% from 255 or 72.31% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 141 - color contains mainly: green. Hex color #318D05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318D05 is #CE72FA. Grayscale: #626262. Windows color (decimal): -13529851 or 363825. OLE color: 363825.
HSL color Cylindrical-coordinate representation of color #318D05: hue angle of 100.59º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #318D05 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 141 | 5 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.45 |
| HSL | 100.59º | 0.93% | 0.29% | - |
| HSV(B) | 100.59º | 0.96% | 0.55% | - |
| XYZ | 10.82 | 19.71 | 3.38 | - |
| YUV | 97.99 | 75.52 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 5 | 0.65 | 0 | 0.96 | 0.45 | 100.59 | 0.93 | 0.29 |
| Hex | 31 | 8D | 5 | 41 | 0 | 60 | 2D | 65 | 5D | 1D |
| Octal | 61 | 215 | 5 | 101 | 0 | 140 | 55 | 145 | 135 | 35 |
| Binary | 110001 | 10001101 | 101 | 1000001 | 0 | 1100000 | 101101 | 1100101 | 1011101 | 11101 |
Color Harmonies of #318D05
Complementary color
Monochromatic Colors of #318D05
Black with #318D05
Text Example
Text Example
White with #318D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318D05; }
p { color: rgb(49,141,5); }
H1.HeaderClassName
{
color: #318D05;
}
.AnyTagClassName
{
color: #318D05;
}
</style>
background-color css
<style>
a { background-color: #318D05; }
a { background-color: rgb(49,141,5); }
div.DivClassName
{
background-color: #318D05;
}
.BgClassName
{
background-color: #318D05;
}
</style>
border-color css
<style>
span { border-color: #318D05; }
span { border-color: rgb(49,141,5); }
td.TdClassName
{
border-color: #318D05;
}
.TagClassName
{
border-color: #318D05;
}
</style>