Shades of Bilbao #36750A
Tints of Bilbao #36750A
RGB
CMYK
RGB Variations
Color information
#36750A (or 0x36750A) is known color: Bilbao. HEX triplet: 36, 75 and 0A. RGB value is (54,117,10). Sum of RGB (Red+Green+Blue) = 54+117+10=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #36750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36750A is #C98AF5. Grayscale: #565656. Windows color (decimal): -13208310 or 685366. OLE color: 685366.
HSL color Cylindrical-coordinate representation of color #36750A: hue angle of 95.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36750A is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 117 | 10 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.54 |
| HSL | 95.33º | 0.84% | 0.25% | - |
| HSV(B) | 95.33º | 0.91% | 0.46% | - |
| XYZ | 7.94 | 13.53 | 2.48 | - |
| YUV | 85.97 | 85.13 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 10 | 0.54 | 0 | 0.91 | 0.54 | 95.33 | 0.84 | 0.25 |
| Hex | 36 | 75 | A | 36 | 0 | 5B | 36 | 5F | 54 | 19 |
| Octal | 66 | 165 | 12 | 66 | 0 | 133 | 66 | 137 | 124 | 31 |
| Binary | 110110 | 1110101 | 1010 | 110110 | 0 | 1011011 | 110110 | 1011111 | 1010100 | 11001 |
Color Harmonies of #36750A
Complementary color
Monochromatic Colors of #36750A
Black with #36750A
Text Example
Text Example
White with #36750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36750A; }
p { color: rgb(54,117,10); }
H1.HeaderClassName
{
color: #36750A;
}
.AnyTagClassName
{
color: #36750A;
}
</style>
background-color css
<style>
a { background-color: #36750A; }
a { background-color: rgb(54,117,10); }
div.DivClassName
{
background-color: #36750A;
}
.BgClassName
{
background-color: #36750A;
}
</style>
border-color css
<style>
span { border-color: #36750A; }
span { border-color: rgb(54,117,10); }
td.TdClassName
{
border-color: #36750A;
}
.TagClassName
{
border-color: #36750A;
}
</style>