Shades of Bilbao #367F14
Tints of Bilbao #367F14
RGB
CMYK
RGB Variations
Color information
#367F14 (or 0x367F14) is known color: Bilbao. HEX triplet: 36, 7F and 14. RGB value is (54,127,20). Sum of RGB (Red+Green+Blue) = 54+127+20=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #367F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367F14 is #C980EB. Grayscale: #5D5D5D. Windows color (decimal): -13205740 or 1343286. OLE color: 1343286.
HSL color Cylindrical-coordinate representation of color #367F14: hue angle of 100.93º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #367F14 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 20 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.50 |
| HSL | 100.93º | 0.73% | 0.29% | - |
| HSV(B) | 100.93º | 0.84% | 0.5% | - |
| XYZ | 9.24 | 16.01 | 3.27 | - |
| YUV | 92.98 | 86.82 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 20 | 0.57 | 0 | 0.84 | 0.50 | 100.93 | 0.73 | 0.29 |
| Hex | 36 | 7F | 14 | 39 | 0 | 54 | 32 | 65 | 49 | 1D |
| Octal | 66 | 177 | 24 | 71 | 0 | 124 | 62 | 145 | 111 | 35 |
| Binary | 110110 | 1111111 | 10100 | 111001 | 0 | 1010100 | 110010 | 1100101 | 1001001 | 11101 |
Color Harmonies of #367F14
Complementary color
Monochromatic Colors of #367F14
Black with #367F14
Text Example
Text Example
White with #367F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F14; }
p { color: rgb(54,127,20); }
H1.HeaderClassName
{
color: #367F14;
}
.AnyTagClassName
{
color: #367F14;
}
</style>
background-color css
<style>
a { background-color: #367F14; }
a { background-color: rgb(54,127,20); }
div.DivClassName
{
background-color: #367F14;
}
.BgClassName
{
background-color: #367F14;
}
</style>
border-color css
<style>
span { border-color: #367F14; }
span { border-color: rgb(54,127,20); }
td.TdClassName
{
border-color: #367F14;
}
.TagClassName
{
border-color: #367F14;
}
</style>