Shades of Bilbao #36852F
Tints of Bilbao #36852F
RGB
CMYK
RGB Variations
Color information
#36852F (or 0x36852F) is known color: Bilbao. HEX triplet: 36, 85 and 2F. RGB value is (54,133,47). Sum of RGB (Red+Green+Blue) = 54+133+47=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #36852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36852F is #C97AD0. Grayscale: #636363. Windows color (decimal): -13204177 or 3114294. OLE color: 3114294.
HSL color Cylindrical-coordinate representation of color #36852F: hue angle of 115.12º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36852F is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 133 | 47 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.48 |
| HSL | 115.12º | 0.48% | 0.35% | - |
| HSV(B) | 115.12º | 0.65% | 0.52% | - |
| XYZ | 10.42 | 17.76 | 5.57 | - |
| YUV | 99.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 47 | 0.59 | 0 | 0.65 | 0.48 | 115.12 | 0.48 | 0.35 |
| Hex | 36 | 85 | 2F | 3B | 0 | 41 | 30 | 73 | 30 | 23 |
| Octal | 66 | 205 | 57 | 73 | 0 | 101 | 60 | 163 | 60 | 43 |
| Binary | 110110 | 10000101 | 101111 | 111011 | 0 | 1000001 | 110000 | 1110011 | 110000 | 100011 |
Color Harmonies of #36852F
Complementary color
Monochromatic Colors of #36852F
Black with #36852F
Text Example
Text Example
White with #36852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36852F; }
p { color: rgb(54,133,47); }
H1.HeaderClassName
{
color: #36852F;
}
.AnyTagClassName
{
color: #36852F;
}
</style>
background-color css
<style>
a { background-color: #36852F; }
a { background-color: rgb(54,133,47); }
div.DivClassName
{
background-color: #36852F;
}
.BgClassName
{
background-color: #36852F;
}
</style>
border-color css
<style>
span { border-color: #36852F; }
span { border-color: rgb(54,133,47); }
td.TdClassName
{
border-color: #36852F;
}
.TagClassName
{
border-color: #36852F;
}
</style>