Shades of Bilbao #36710F
Tints of Bilbao #36710F
RGB
CMYK
RGB Variations
Color information
#36710F (or 0x36710F) is known color: Bilbao. HEX triplet: 36, 71 and 0F. RGB value is (54,113,15). Sum of RGB (Red+Green+Blue) = 54+113+15=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #36710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36710F is #C98EF0. Grayscale: #545454. Windows color (decimal): -13209329 or 1012022. OLE color: 1012022.
HSL color Cylindrical-coordinate representation of color #36710F: hue angle of 96.12º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36710F is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 113 | 15 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.56 |
| HSL | 96.12º | 0.77% | 0.25% | - |
| HSV(B) | 96.12º | 0.87% | 0.44% | - |
| XYZ | 7.51 | 12.63 | 2.49 | - |
| YUV | 84.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 15 | 0.52 | 0 | 0.87 | 0.56 | 96.12 | 0.77 | 0.25 |
| Hex | 36 | 71 | F | 34 | 0 | 57 | 38 | 60 | 4D | 19 |
| Octal | 66 | 161 | 17 | 64 | 0 | 127 | 70 | 140 | 115 | 31 |
| Binary | 110110 | 1110001 | 1111 | 110100 | 0 | 1010111 | 111000 | 1100000 | 1001101 | 11001 |
Color Harmonies of #36710F
Complementary color
Monochromatic Colors of #36710F
Black with #36710F
Text Example
Text Example
White with #36710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36710F; }
p { color: rgb(54,113,15); }
H1.HeaderClassName
{
color: #36710F;
}
.AnyTagClassName
{
color: #36710F;
}
</style>
background-color css
<style>
a { background-color: #36710F; }
a { background-color: rgb(54,113,15); }
div.DivClassName
{
background-color: #36710F;
}
.BgClassName
{
background-color: #36710F;
}
</style>
border-color css
<style>
span { border-color: #36710F; }
span { border-color: rgb(54,113,15); }
td.TdClassName
{
border-color: #36710F;
}
.TagClassName
{
border-color: #36710F;
}
</style>