Shades of Bilbao #36850C
Tints of Bilbao #36850C
RGB
CMYK
RGB Variations
Color information
#36850C (or 0x36850C) is known color: Bilbao. HEX triplet: 36, 85 and 0C. RGB value is (54,133,12). Sum of RGB (Red+Green+Blue) = 54+133+12=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #36850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36850C is #C97AF3. Grayscale: #5F5F5F. Windows color (decimal): -13204212 or 820534. OLE color: 820534.
HSL color Cylindrical-coordinate representation of color #36850C: hue angle of 99.17º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36850C is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 133 | 12 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.48 |
| HSL | 99.17º | 0.83% | 0.28% | - |
| HSV(B) | 99.17º | 0.91% | 0.52% | - |
| XYZ | 9.98 | 17.59 | 3.22 | - |
| YUV | 95.59 | 80.83 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 12 | 0.59 | 0 | 0.91 | 0.48 | 99.17 | 0.83 | 0.28 |
| Hex | 36 | 85 | C | 3B | 0 | 5B | 30 | 63 | 53 | 1C |
| Octal | 66 | 205 | 14 | 73 | 0 | 133 | 60 | 143 | 123 | 34 |
| Binary | 110110 | 10000101 | 1100 | 111011 | 0 | 1011011 | 110000 | 1100011 | 1010011 | 11100 |
Color Harmonies of #36850C
Complementary color
Monochromatic Colors of #36850C
Black with #36850C
Text Example
Text Example
White with #36850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36850C; }
p { color: rgb(54,133,12); }
H1.HeaderClassName
{
color: #36850C;
}
.AnyTagClassName
{
color: #36850C;
}
</style>
background-color css
<style>
a { background-color: #36850C; }
a { background-color: rgb(54,133,12); }
div.DivClassName
{
background-color: #36850C;
}
.BgClassName
{
background-color: #36850C;
}
</style>
border-color css
<style>
span { border-color: #36850C; }
span { border-color: rgb(54,133,12); }
td.TdClassName
{
border-color: #36850C;
}
.TagClassName
{
border-color: #36850C;
}
</style>