Shades of Bilbao #36860D
Tints of Bilbao #36860D
RGB
CMYK
RGB Variations
Color information
#36860D (or 0x36860D) is known color: Bilbao. HEX triplet: 36, 86 and 0D. RGB value is (54,134,13). Sum of RGB (Red+Green+Blue) = 54+134+13=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #36860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36860D is #C979F2. Grayscale: #606060. Windows color (decimal): -13203955 or 886326. OLE color: 886326.
HSL color Cylindrical-coordinate representation of color #36860D: hue angle of 99.67º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36860D is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 134 | 13 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.47 |
| HSL | 99.67º | 0.82% | 0.29% | - |
| HSV(B) | 99.67º | 0.9% | 0.53% | - |
| XYZ | 10.12 | 17.86 | 3.3 | - |
| YUV | 96.29 | 81 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 13 | 0.60 | 0 | 0.90 | 0.47 | 99.67 | 0.82 | 0.29 |
| Hex | 36 | 86 | D | 3C | 0 | 5A | 2F | 64 | 52 | 1D |
| Octal | 66 | 206 | 15 | 74 | 0 | 132 | 57 | 144 | 122 | 35 |
| Binary | 110110 | 10000110 | 1101 | 111100 | 0 | 1011010 | 101111 | 1100100 | 1010010 | 11101 |
Color Harmonies of #36860D
Complementary color
Monochromatic Colors of #36860D
Black with #36860D
Text Example
Text Example
White with #36860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36860D; }
p { color: rgb(54,134,13); }
H1.HeaderClassName
{
color: #36860D;
}
.AnyTagClassName
{
color: #36860D;
}
</style>
background-color css
<style>
a { background-color: #36860D; }
a { background-color: rgb(54,134,13); }
div.DivClassName
{
background-color: #36860D;
}
.BgClassName
{
background-color: #36860D;
}
</style>
border-color css
<style>
span { border-color: #36860D; }
span { border-color: rgb(54,134,13); }
td.TdClassName
{
border-color: #36860D;
}
.TagClassName
{
border-color: #36860D;
}
</style>