Shades of Bilbao #36760F
Tints of Bilbao #36760F
RGB
CMYK
RGB Variations
Color information
#36760F (or 0x36760F) is known color: Bilbao. HEX triplet: 36, 76 and 0F. RGB value is (54,118,15). Sum of RGB (Red+Green+Blue) = 54+118+15=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #36760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36760F is #C989F0. Grayscale: #575757. Windows color (decimal): -13208049 or 1013302. OLE color: 1013302.
HSL color Cylindrical-coordinate representation of color #36760F: hue angle of 97.28º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36760F is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 15 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.54 |
| HSL | 97.28º | 0.77% | 0.26% | - |
| HSV(B) | 97.28º | 0.87% | 0.46% | - |
| XYZ | 8.09 | 13.78 | 2.68 | - |
| YUV | 87.12 | 87.3 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 15 | 0.54 | 0 | 0.87 | 0.54 | 97.28 | 0.77 | 0.26 |
| Hex | 36 | 76 | F | 36 | 0 | 57 | 36 | 61 | 4D | 1A |
| Octal | 66 | 166 | 17 | 66 | 0 | 127 | 66 | 141 | 115 | 32 |
| Binary | 110110 | 1110110 | 1111 | 110110 | 0 | 1010111 | 110110 | 1100001 | 1001101 | 11010 |
Color Harmonies of #36760F
Complementary color
Monochromatic Colors of #36760F
Black with #36760F
Text Example
Text Example
White with #36760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36760F; }
p { color: rgb(54,118,15); }
H1.HeaderClassName
{
color: #36760F;
}
.AnyTagClassName
{
color: #36760F;
}
</style>
background-color css
<style>
a { background-color: #36760F; }
a { background-color: rgb(54,118,15); }
div.DivClassName
{
background-color: #36760F;
}
.BgClassName
{
background-color: #36760F;
}
</style>
border-color css
<style>
span { border-color: #36760F; }
span { border-color: rgb(54,118,15); }
td.TdClassName
{
border-color: #36760F;
}
.TagClassName
{
border-color: #36760F;
}
</style>