Shades of Bilbao #36851D
Tints of Bilbao #36851D
RGB
CMYK
RGB Variations
Color information
#36851D (or 0x36851D) is known color: Bilbao. HEX triplet: 36, 85 and 1D. RGB value is (54,133,29). Sum of RGB (Red+Green+Blue) = 54+133+29=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #36851D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36851D is #C97AE2. Grayscale: #616161. Windows color (decimal): -13204195 or 1934646. OLE color: 1934646.
HSL color Cylindrical-coordinate representation of color #36851D: hue angle of 105.58º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36851D is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 133 | 29 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.48 |
| HSL | 105.58º | 0.64% | 0.32% | - |
| HSV(B) | 105.58º | 0.78% | 0.52% | - |
| XYZ | 10.13 | 17.65 | 4.03 | - |
| YUV | 97.52 | 89.33 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 29 | 0.59 | 0 | 0.78 | 0.48 | 105.58 | 0.64 | 0.32 |
| Hex | 36 | 85 | 1D | 3B | 0 | 4E | 30 | 6A | 40 | 20 |
| Octal | 66 | 205 | 35 | 73 | 0 | 116 | 60 | 152 | 100 | 40 |
| Binary | 110110 | 10000101 | 11101 | 111011 | 0 | 1001110 | 110000 | 1101010 | 1000000 | 100000 |
Color Harmonies of #36851D
Complementary color
Monochromatic Colors of #36851D
Black with #36851D
Text Example
Text Example
White with #36851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36851D; }
p { color: rgb(54,133,29); }
H1.HeaderClassName
{
color: #36851D;
}
.AnyTagClassName
{
color: #36851D;
}
</style>
background-color css
<style>
a { background-color: #36851D; }
a { background-color: rgb(54,133,29); }
div.DivClassName
{
background-color: #36851D;
}
.BgClassName
{
background-color: #36851D;
}
</style>
border-color css
<style>
span { border-color: #36851D; }
span { border-color: rgb(54,133,29); }
td.TdClassName
{
border-color: #36851D;
}
.TagClassName
{
border-color: #36851D;
}
</style>