Shades of Bilbao #36880C
Tints of Bilbao #36880C
RGB
CMYK
RGB Variations
Color information
#36880C (or 0x36880C) is known color: Bilbao. HEX triplet: 36, 88 and 0C. RGB value is (54,136,12). Sum of RGB (Red+Green+Blue) = 54+136+12=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #36880C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36880C is #C977F3. Grayscale: #616161. Windows color (decimal): -13203444 or 821302. OLE color: 821302.
HSL color Cylindrical-coordinate representation of color #36880C: hue angle of 99.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36880C is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 136 | 12 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.47 |
| HSL | 99.68º | 0.84% | 0.29% | - |
| HSV(B) | 99.68º | 0.91% | 0.53% | - |
| XYZ | 10.39 | 18.42 | 3.36 | - |
| YUV | 97.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 12 | 0.60 | 0 | 0.91 | 0.47 | 99.68 | 0.84 | 0.29 |
| Hex | 36 | 88 | C | 3C | 0 | 5B | 2F | 64 | 54 | 1D |
| Octal | 66 | 210 | 14 | 74 | 0 | 133 | 57 | 144 | 124 | 35 |
| Binary | 110110 | 10001000 | 1100 | 111100 | 0 | 1011011 | 101111 | 1100100 | 1010100 | 11101 |
Color Harmonies of #36880C
Complementary color
Monochromatic Colors of #36880C
Black with #36880C
Text Example
Text Example
White with #36880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36880C; }
p { color: rgb(54,136,12); }
H1.HeaderClassName
{
color: #36880C;
}
.AnyTagClassName
{
color: #36880C;
}
</style>
background-color css
<style>
a { background-color: #36880C; }
a { background-color: rgb(54,136,12); }
div.DivClassName
{
background-color: #36880C;
}
.BgClassName
{
background-color: #36880C;
}
</style>
border-color css
<style>
span { border-color: #36880C; }
span { border-color: rgb(54,136,12); }
td.TdClassName
{
border-color: #36880C;
}
.TagClassName
{
border-color: #36880C;
}
</style>