Shades of Bilbao #36760C
Tints of Bilbao #36760C
RGB
CMYK
RGB Variations
Color information
#36760C (or 0x36760C) is known color: Bilbao. HEX triplet: 36, 76 and 0C. RGB value is (54,118,12). Sum of RGB (Red+Green+Blue) = 54+118+12=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #36760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36760C is #C989F3. Grayscale: #575757. Windows color (decimal): -13208052 or 816694. OLE color: 816694.
HSL color Cylindrical-coordinate representation of color #36760C: hue angle of 96.23º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36760C is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 12 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.54 |
| HSL | 96.23º | 0.82% | 0.25% | - |
| HSV(B) | 96.23º | 0.9% | 0.46% | - |
| XYZ | 8.07 | 13.77 | 2.58 | - |
| YUV | 86.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 12 | 0.54 | 0 | 0.90 | 0.54 | 96.23 | 0.82 | 0.25 |
| Hex | 36 | 76 | C | 36 | 0 | 5A | 36 | 60 | 52 | 19 |
| Octal | 66 | 166 | 14 | 66 | 0 | 132 | 66 | 140 | 122 | 31 |
| Binary | 110110 | 1110110 | 1100 | 110110 | 0 | 1011010 | 110110 | 1100000 | 1010010 | 11001 |
Color Harmonies of #36760C
Complementary color
Monochromatic Colors of #36760C
Black with #36760C
Text Example
Text Example
White with #36760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36760C; }
p { color: rgb(54,118,12); }
H1.HeaderClassName
{
color: #36760C;
}
.AnyTagClassName
{
color: #36760C;
}
</style>
background-color css
<style>
a { background-color: #36760C; }
a { background-color: rgb(54,118,12); }
div.DivClassName
{
background-color: #36760C;
}
.BgClassName
{
background-color: #36760C;
}
</style>
border-color css
<style>
span { border-color: #36760C; }
span { border-color: rgb(54,118,12); }
td.TdClassName
{
border-color: #36760C;
}
.TagClassName
{
border-color: #36760C;
}
</style>