Shades of Bilbao #36710D
Tints of Bilbao #36710D
RGB
CMYK
RGB Variations
Color information
#36710D (or 0x36710D) is known color: Bilbao. HEX triplet: 36, 71 and 0D. RGB value is (54,113,13). Sum of RGB (Red+Green+Blue) = 54+113+13=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #36710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36710D is #C98EF2. Grayscale: #545454. Windows color (decimal): -13209331 or 880950. OLE color: 880950.
HSL color Cylindrical-coordinate representation of color #36710D: hue angle of 95.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36710D is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 113 | 13 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.56 |
| HSL | 95.4º | 0.79% | 0.25% | - |
| HSV(B) | 95.4º | 0.88% | 0.44% | - |
| XYZ | 7.5 | 12.62 | 2.42 | - |
| YUV | 83.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 13 | 0.52 | 0 | 0.88 | 0.56 | 95.4 | 0.79 | 0.25 |
| Hex | 36 | 71 | D | 34 | 0 | 58 | 38 | 5F | 4F | 19 |
| Octal | 66 | 161 | 15 | 64 | 0 | 130 | 70 | 137 | 117 | 31 |
| Binary | 110110 | 1110001 | 1101 | 110100 | 0 | 1011000 | 111000 | 1011111 | 1001111 | 11001 |
Color Harmonies of #36710D
Complementary color
Monochromatic Colors of #36710D
Black with #36710D
Text Example
Text Example
White with #36710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36710D; }
p { color: rgb(54,113,13); }
H1.HeaderClassName
{
color: #36710D;
}
.AnyTagClassName
{
color: #36710D;
}
</style>
background-color css
<style>
a { background-color: #36710D; }
a { background-color: rgb(54,113,13); }
div.DivClassName
{
background-color: #36710D;
}
.BgClassName
{
background-color: #36710D;
}
</style>
border-color css
<style>
span { border-color: #36710D; }
span { border-color: rgb(54,113,13); }
td.TdClassName
{
border-color: #36710D;
}
.TagClassName
{
border-color: #36710D;
}
</style>