Shades of Bilbao #367D12
Tints of Bilbao #367D12
RGB
CMYK
RGB Variations
Color information
#367D12 (or 0x367D12) is known color: Bilbao. HEX triplet: 36, 7D and 12. RGB value is (54,125,18). Sum of RGB (Red+Green+Blue) = 54+125+18=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 125 (49.22% from 255 or 63.45% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 125 - color contains mainly: green. Hex color #367D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367D12 is #C982ED. Grayscale: #5B5B5B. Windows color (decimal): -13206254 or 1211702. OLE color: 1211702.
HSL color Cylindrical-coordinate representation of color #367D12: hue angle of 99.81º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #367D12 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 125 | 18 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.51 |
| HSL | 99.81º | 0.75% | 0.28% | - |
| HSV(B) | 99.81º | 0.86% | 0.49% | - |
| XYZ | 8.96 | 15.5 | 3.09 | - |
| YUV | 91.57 | 86.48 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 18 | 0.57 | 0 | 0.86 | 0.51 | 99.81 | 0.75 | 0.28 |
| Hex | 36 | 7D | 12 | 39 | 0 | 56 | 33 | 64 | 4B | 1C |
| Octal | 66 | 175 | 22 | 71 | 0 | 126 | 63 | 144 | 113 | 34 |
| Binary | 110110 | 1111101 | 10010 | 111001 | 0 | 1010110 | 110011 | 1100100 | 1001011 | 11100 |
Color Harmonies of #367D12
Complementary color
Monochromatic Colors of #367D12
Black with #367D12
Text Example
Text Example
White with #367D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D12; }
p { color: rgb(54,125,18); }
H1.HeaderClassName
{
color: #367D12;
}
.AnyTagClassName
{
color: #367D12;
}
</style>
background-color css
<style>
a { background-color: #367D12; }
a { background-color: rgb(54,125,18); }
div.DivClassName
{
background-color: #367D12;
}
.BgClassName
{
background-color: #367D12;
}
</style>
border-color css
<style>
span { border-color: #367D12; }
span { border-color: rgb(54,125,18); }
td.TdClassName
{
border-color: #367D12;
}
.TagClassName
{
border-color: #367D12;
}
</style>