Shades of Bilbao #36730C
Tints of Bilbao #36730C
RGB
CMYK
RGB Variations
Color information
#36730C (or 0x36730C) is known color: Bilbao. HEX triplet: 36, 73 and 0C. RGB value is (54,115,12). Sum of RGB (Red+Green+Blue) = 54+115+12=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #36730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36730C is #C98CF3. Grayscale: #555555. Windows color (decimal): -13208820 or 815926. OLE color: 815926.
HSL color Cylindrical-coordinate representation of color #36730C: hue angle of 95.53º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36730C is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 115 | 12 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.55 |
| HSL | 95.53º | 0.81% | 0.25% | - |
| HSV(B) | 95.53º | 0.9% | 0.45% | - |
| XYZ | 7.72 | 13.07 | 2.46 | - |
| YUV | 85.02 | 86.79 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 12 | 0.53 | 0 | 0.90 | 0.55 | 95.53 | 0.81 | 0.25 |
| Hex | 36 | 73 | C | 35 | 0 | 5A | 37 | 60 | 51 | 19 |
| Octal | 66 | 163 | 14 | 65 | 0 | 132 | 67 | 140 | 121 | 31 |
| Binary | 110110 | 1110011 | 1100 | 110101 | 0 | 1011010 | 110111 | 1100000 | 1010001 | 11001 |
Color Harmonies of #36730C
Complementary color
Monochromatic Colors of #36730C
Black with #36730C
Text Example
Text Example
White with #36730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36730C; }
p { color: rgb(54,115,12); }
H1.HeaderClassName
{
color: #36730C;
}
.AnyTagClassName
{
color: #36730C;
}
</style>
background-color css
<style>
a { background-color: #36730C; }
a { background-color: rgb(54,115,12); }
div.DivClassName
{
background-color: #36730C;
}
.BgClassName
{
background-color: #36730C;
}
</style>
border-color css
<style>
span { border-color: #36730C; }
span { border-color: rgb(54,115,12); }
td.TdClassName
{
border-color: #36730C;
}
.TagClassName
{
border-color: #36730C;
}
</style>