Shades of Bilbao #36870C
Tints of Bilbao #36870C
RGB
CMYK
RGB Variations
Color information
#36870C (or 0x36870C) is known color: Bilbao. HEX triplet: 36, 87 and 0C. RGB value is (54,135,12). Sum of RGB (Red+Green+Blue) = 54+135+12=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #36870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36870C is #C978F3. Grayscale: #616161. Windows color (decimal): -13203700 or 821046. OLE color: 821046.
HSL color Cylindrical-coordinate representation of color #36870C: hue angle of 99.51º 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 #36870C is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 135 | 12 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.47 |
| HSL | 99.51º | 0.84% | 0.29% | - |
| HSV(B) | 99.51º | 0.91% | 0.53% | - |
| XYZ | 10.25 | 18.14 | 3.31 | - |
| YUV | 96.76 | 80.16 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 135 | 12 | 0.60 | 0 | 0.91 | 0.47 | 99.51 | 0.84 | 0.29 |
| Hex | 36 | 87 | C | 3C | 0 | 5B | 2F | 64 | 54 | 1D |
| Octal | 66 | 207 | 14 | 74 | 0 | 133 | 57 | 144 | 124 | 35 |
| Binary | 110110 | 10000111 | 1100 | 111100 | 0 | 1011011 | 101111 | 1100100 | 1010100 | 11101 |
Color Harmonies of #36870C
Complementary color
Monochromatic Colors of #36870C
Black with #36870C
Text Example
Text Example
White with #36870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36870C; }
p { color: rgb(54,135,12); }
H1.HeaderClassName
{
color: #36870C;
}
.AnyTagClassName
{
color: #36870C;
}
</style>
background-color css
<style>
a { background-color: #36870C; }
a { background-color: rgb(54,135,12); }
div.DivClassName
{
background-color: #36870C;
}
.BgClassName
{
background-color: #36870C;
}
</style>
border-color css
<style>
span { border-color: #36870C; }
span { border-color: rgb(54,135,12); }
td.TdClassName
{
border-color: #36870C;
}
.TagClassName
{
border-color: #36870C;
}
</style>