Shades of Bilbao #36772B
Tints of Bilbao #36772B
RGB
CMYK
RGB Variations
Color information
#36772B (or 0x36772B) is known color: Bilbao. HEX triplet: 36, 77 and 2B. RGB value is (54,119,43). Sum of RGB (Red+Green+Blue) = 54+119+43=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #36772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36772B is #C988D4. Grayscale: #5B5B5B. Windows color (decimal): -13207765 or 2848566. OLE color: 2848566.
HSL color Cylindrical-coordinate representation of color #36772B: hue angle of 111.32º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36772B is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 119 | 43 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.53 |
| HSL | 111.32º | 0.47% | 0.32% | - |
| HSV(B) | 111.32º | 0.64% | 0.47% | - |
| XYZ | 8.55 | 14.15 | 4.57 | - |
| YUV | 90.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 43 | 0.55 | 0 | 0.64 | 0.53 | 111.32 | 0.47 | 0.32 |
| Hex | 36 | 77 | 2B | 37 | 0 | 40 | 35 | 6F | 2F | 20 |
| Octal | 66 | 167 | 53 | 67 | 0 | 100 | 65 | 157 | 57 | 40 |
| Binary | 110110 | 1110111 | 101011 | 110111 | 0 | 1000000 | 110101 | 1101111 | 101111 | 100000 |
Color Harmonies of #36772B
Complementary color
Monochromatic Colors of #36772B
Black with #36772B
Text Example
Text Example
White with #36772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36772B; }
p { color: rgb(54,119,43); }
H1.HeaderClassName
{
color: #36772B;
}
.AnyTagClassName
{
color: #36772B;
}
</style>
background-color css
<style>
a { background-color: #36772B; }
a { background-color: rgb(54,119,43); }
div.DivClassName
{
background-color: #36772B;
}
.BgClassName
{
background-color: #36772B;
}
</style>
border-color css
<style>
span { border-color: #36772B; }
span { border-color: rgb(54,119,43); }
td.TdClassName
{
border-color: #36772B;
}
.TagClassName
{
border-color: #36772B;
}
</style>