Shades of Bilbao #367F13
Tints of Bilbao #367F13
RGB
CMYK
RGB Variations
Color information
#367F13 (or 0x367F13) is known color: Bilbao. HEX triplet: 36, 7F and 13. RGB value is (54,127,19). Sum of RGB (Red+Green+Blue) = 54+127+19=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #367F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367F13 is #C980EC. Grayscale: #5D5D5D. Windows color (decimal): -13205741 or 1277750. OLE color: 1277750.
HSL color Cylindrical-coordinate representation of color #367F13: hue angle of 100.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #367F13 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 19 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.50 |
| HSL | 100.56º | 0.74% | 0.29% | - |
| HSV(B) | 100.56º | 0.85% | 0.5% | - |
| XYZ | 9.23 | 16.01 | 3.22 | - |
| YUV | 92.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 19 | 0.57 | 0 | 0.85 | 0.50 | 100.56 | 0.74 | 0.29 |
| Hex | 36 | 7F | 13 | 39 | 0 | 55 | 32 | 65 | 4A | 1D |
| Octal | 66 | 177 | 23 | 71 | 0 | 125 | 62 | 145 | 112 | 35 |
| Binary | 110110 | 1111111 | 10011 | 111001 | 0 | 1010101 | 110010 | 1100101 | 1001010 | 11101 |
Color Harmonies of #367F13
Complementary color
Monochromatic Colors of #367F13
Black with #367F13
Text Example
Text Example
White with #367F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F13; }
p { color: rgb(54,127,19); }
H1.HeaderClassName
{
color: #367F13;
}
.AnyTagClassName
{
color: #367F13;
}
</style>
background-color css
<style>
a { background-color: #367F13; }
a { background-color: rgb(54,127,19); }
div.DivClassName
{
background-color: #367F13;
}
.BgClassName
{
background-color: #367F13;
}
</style>
border-color css
<style>
span { border-color: #367F13; }
span { border-color: rgb(54,127,19); }
td.TdClassName
{
border-color: #367F13;
}
.TagClassName
{
border-color: #367F13;
}
</style>