Shades of Bilbao #36870E
Tints of Bilbao #36870E
RGB
CMYK
RGB Variations
Color information
#36870E (or 0x36870E) is known color: Bilbao. HEX triplet: 36, 87 and 0E. RGB value is (54,135,14). Sum of RGB (Red+Green+Blue) = 54+135+14=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #36870E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36870E is #C978F1. Grayscale: #616161. Windows color (decimal): -13203698 or 952118. OLE color: 952118.
HSL color Cylindrical-coordinate representation of color #36870E: hue angle of 100.17º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36870E is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 135 | 14 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.47 |
| HSL | 100.17º | 0.81% | 0.29% | - |
| HSV(B) | 100.17º | 0.9% | 0.53% | - |
| XYZ | 10.26 | 18.14 | 3.38 | - |
| YUV | 96.99 | 81.16 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 135 | 14 | 0.60 | 0 | 0.90 | 0.47 | 100.17 | 0.81 | 0.29 |
| Hex | 36 | 87 | E | 3C | 0 | 5A | 2F | 64 | 51 | 1D |
| Octal | 66 | 207 | 16 | 74 | 0 | 132 | 57 | 144 | 121 | 35 |
| Binary | 110110 | 10000111 | 1110 | 111100 | 0 | 1011010 | 101111 | 1100100 | 1010001 | 11101 |
Color Harmonies of #36870E
Complementary color
Monochromatic Colors of #36870E
Black with #36870E
Text Example
Text Example
White with #36870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36870E; }
p { color: rgb(54,135,14); }
H1.HeaderClassName
{
color: #36870E;
}
.AnyTagClassName
{
color: #36870E;
}
</style>
background-color css
<style>
a { background-color: #36870E; }
a { background-color: rgb(54,135,14); }
div.DivClassName
{
background-color: #36870E;
}
.BgClassName
{
background-color: #36870E;
}
</style>
border-color css
<style>
span { border-color: #36870E; }
span { border-color: rgb(54,135,14); }
td.TdClassName
{
border-color: #36870E;
}
.TagClassName
{
border-color: #36870E;
}
</style>