Shades of Bilbao #36762B
Tints of Bilbao #36762B
RGB
CMYK
RGB Variations
Color information
#36762B (or 0x36762B) is known color: Bilbao. HEX triplet: 36, 76 and 2B. RGB value is (54,118,43). Sum of RGB (Red+Green+Blue) = 54+118+43=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #36762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36762B is #C989D4. Grayscale: #5A5A5A. Windows color (decimal): -13208021 or 2848310. OLE color: 2848310.
HSL color Cylindrical-coordinate representation of color #36762B: hue angle of 111.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36762B is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 43 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.54 |
| HSL | 111.2º | 0.47% | 0.32% | - |
| HSV(B) | 111.2º | 0.64% | 0.46% | - |
| XYZ | 8.44 | 13.92 | 4.53 | - |
| YUV | 90.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 43 | 0.54 | 0 | 0.64 | 0.54 | 111.2 | 0.47 | 0.32 |
| Hex | 36 | 76 | 2B | 36 | 0 | 40 | 36 | 6F | 2F | 20 |
| Octal | 66 | 166 | 53 | 66 | 0 | 100 | 66 | 157 | 57 | 40 |
| Binary | 110110 | 1110110 | 101011 | 110110 | 0 | 1000000 | 110110 | 1101111 | 101111 | 100000 |
Color Harmonies of #36762B
Complementary color
Monochromatic Colors of #36762B
Black with #36762B
Text Example
Text Example
White with #36762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36762B; }
p { color: rgb(54,118,43); }
H1.HeaderClassName
{
color: #36762B;
}
.AnyTagClassName
{
color: #36762B;
}
</style>
background-color css
<style>
a { background-color: #36762B; }
a { background-color: rgb(54,118,43); }
div.DivClassName
{
background-color: #36762B;
}
.BgClassName
{
background-color: #36762B;
}
</style>
border-color css
<style>
span { border-color: #36762B; }
span { border-color: rgb(54,118,43); }
td.TdClassName
{
border-color: #36762B;
}
.TagClassName
{
border-color: #36762B;
}
</style>