Shades of Bilbao #36710A
Tints of Bilbao #36710A
RGB
CMYK
RGB Variations
Color information
#36710A (or 0x36710A) is known color: Bilbao. HEX triplet: 36, 71 and 0A. RGB value is (54,113,10). Sum of RGB (Red+Green+Blue) = 54+113+10=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 113 (44.53% from 255 or 63.84% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 113 - color contains mainly: green. Hex color #36710A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36710A is #C98EF5. Grayscale: #535353. Windows color (decimal): -13209334 or 684342. OLE color: 684342.
HSL color Cylindrical-coordinate representation of color #36710A: hue angle of 94.37º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36710A is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 113 | 10 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.56 |
| HSL | 94.37º | 0.84% | 0.24% | - |
| HSV(B) | 94.37º | 0.91% | 0.44% | - |
| XYZ | 7.48 | 12.62 | 2.33 | - |
| YUV | 83.62 | 86.45 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 10 | 0.52 | 0 | 0.91 | 0.56 | 94.37 | 0.84 | 0.24 |
| Hex | 36 | 71 | A | 34 | 0 | 5B | 38 | 5E | 54 | 18 |
| Octal | 66 | 161 | 12 | 64 | 0 | 133 | 70 | 136 | 124 | 30 |
| Binary | 110110 | 1110001 | 1010 | 110100 | 0 | 1011011 | 111000 | 1011110 | 1010100 | 11000 |
Color Harmonies of #36710A
Complementary color
Monochromatic Colors of #36710A
Black with #36710A
Text Example
Text Example
White with #36710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36710A; }
p { color: rgb(54,113,10); }
H1.HeaderClassName
{
color: #36710A;
}
.AnyTagClassName
{
color: #36710A;
}
</style>
background-color css
<style>
a { background-color: #36710A; }
a { background-color: rgb(54,113,10); }
div.DivClassName
{
background-color: #36710A;
}
.BgClassName
{
background-color: #36710A;
}
</style>
border-color css
<style>
span { border-color: #36710A; }
span { border-color: rgb(54,113,10); }
td.TdClassName
{
border-color: #36710A;
}
.TagClassName
{
border-color: #36710A;
}
</style>