Shades of Bilbao #366E15
Tints of Bilbao #366E15
RGB
CMYK
RGB Variations
Color information
#366E15 (or 0x366E15) is known color: Bilbao. HEX triplet: 36, 6E and 15. RGB value is (54,110,21). Sum of RGB (Red+Green+Blue) = 54+110+21=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 110 (43.36% from 255 or 59.46% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 110 - color contains mainly: green. Hex color #366E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366E15 is #C991EA. Grayscale: #535353. Windows color (decimal): -13210091 or 1404470. OLE color: 1404470.
HSL color Cylindrical-coordinate representation of color #366E15: hue angle of 97.75º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #366E15 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 110 | 21 | - |
| CMYK | 0.51 | 0 | 0.81 | 0.57 |
| HSL | 97.75º | 0.68% | 0.26% | - |
| HSV(B) | 97.75º | 0.81% | 0.43% | - |
| XYZ | 7.23 | 11.99 | 2.64 | - |
| YUV | 83.11 | 92.95 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 21 | 0.51 | 0 | 0.81 | 0.57 | 97.75 | 0.68 | 0.26 |
| Hex | 36 | 6E | 15 | 33 | 0 | 51 | 39 | 62 | 44 | 1A |
| Octal | 66 | 156 | 25 | 63 | 0 | 121 | 71 | 142 | 104 | 32 |
| Binary | 110110 | 1101110 | 10101 | 110011 | 0 | 1010001 | 111001 | 1100010 | 1000100 | 11010 |
Color Harmonies of #366E15
Complementary color
Monochromatic Colors of #366E15
Black with #366E15
Text Example
Text Example
White with #366E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366E15; }
p { color: rgb(54,110,21); }
H1.HeaderClassName
{
color: #366E15;
}
.AnyTagClassName
{
color: #366E15;
}
</style>
background-color css
<style>
a { background-color: #366E15; }
a { background-color: rgb(54,110,21); }
div.DivClassName
{
background-color: #366E15;
}
.BgClassName
{
background-color: #366E15;
}
</style>
border-color css
<style>
span { border-color: #366E15; }
span { border-color: rgb(54,110,21); }
td.TdClassName
{
border-color: #366E15;
}
.TagClassName
{
border-color: #366E15;
}
</style>