Shades of Bilbao #367D14
Tints of Bilbao #367D14
RGB
CMYK
RGB Variations
Color information
#367D14 (or 0x367D14) is known color: Bilbao. HEX triplet: 36, 7D and 14. RGB value is (54,125,20). Sum of RGB (Red+Green+Blue) = 54+125+20=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 125 (49.22% from 255 or 62.81% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 125 - color contains mainly: green. Hex color #367D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367D14 is #C982EB. Grayscale: #5C5C5C. Windows color (decimal): -13206252 or 1342774. OLE color: 1342774.
HSL color Cylindrical-coordinate representation of color #367D14: hue angle of 100.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #367D14 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 125 | 20 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.51 |
| HSL | 100.57º | 0.72% | 0.28% | - |
| HSV(B) | 100.57º | 0.84% | 0.49% | - |
| XYZ | 8.98 | 15.5 | 3.18 | - |
| YUV | 91.8 | 87.48 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 20 | 0.57 | 0 | 0.84 | 0.51 | 100.57 | 0.72 | 0.28 |
| Hex | 36 | 7D | 14 | 39 | 0 | 54 | 33 | 65 | 48 | 1C |
| Octal | 66 | 175 | 24 | 71 | 0 | 124 | 63 | 145 | 110 | 34 |
| Binary | 110110 | 1111101 | 10100 | 111001 | 0 | 1010100 | 110011 | 1100101 | 1001000 | 11100 |
Color Harmonies of #367D14
Complementary color
Monochromatic Colors of #367D14
Black with #367D14
Text Example
Text Example
White with #367D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D14; }
p { color: rgb(54,125,20); }
H1.HeaderClassName
{
color: #367D14;
}
.AnyTagClassName
{
color: #367D14;
}
</style>
background-color css
<style>
a { background-color: #367D14; }
a { background-color: rgb(54,125,20); }
div.DivClassName
{
background-color: #367D14;
}
.BgClassName
{
background-color: #367D14;
}
</style>
border-color css
<style>
span { border-color: #367D14; }
span { border-color: rgb(54,125,20); }
td.TdClassName
{
border-color: #367D14;
}
.TagClassName
{
border-color: #367D14;
}
</style>