Shades of Bilbao #36752B
Tints of Bilbao #36752B
RGB
CMYK
RGB Variations
Color information
#36752B (or 0x36752B) is known color: Bilbao. HEX triplet: 36, 75 and 2B. RGB value is (54,117,43). Sum of RGB (Red+Green+Blue) = 54+117+43=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #36752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36752B is #C98AD4. Grayscale: #595959. Windows color (decimal): -13208277 or 2848054. OLE color: 2848054.
HSL color Cylindrical-coordinate representation of color #36752B: hue angle of 111.08º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36752B is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 117 | 43 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.54 |
| HSL | 111.08º | 0.46% | 0.31% | - |
| HSV(B) | 111.08º | 0.63% | 0.46% | - |
| XYZ | 8.32 | 13.68 | 4.49 | - |
| YUV | 89.73 | 101.63 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 117 | 43 | 0.54 | 0 | 0.63 | 0.54 | 111.08 | 0.46 | 0.31 |
| Hex | 36 | 75 | 2B | 36 | 0 | 3F | 36 | 6F | 2E | 1F |
| Octal | 66 | 165 | 53 | 66 | 0 | 77 | 66 | 157 | 56 | 37 |
| Binary | 110110 | 1110101 | 101011 | 110110 | 0 | 111111 | 110110 | 1101111 | 101110 | 11111 |
Color Harmonies of #36752B
Complementary color
Monochromatic Colors of #36752B
Black with #36752B
Text Example
Text Example
White with #36752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36752B; }
p { color: rgb(54,117,43); }
H1.HeaderClassName
{
color: #36752B;
}
.AnyTagClassName
{
color: #36752B;
}
</style>
background-color css
<style>
a { background-color: #36752B; }
a { background-color: rgb(54,117,43); }
div.DivClassName
{
background-color: #36752B;
}
.BgClassName
{
background-color: #36752B;
}
</style>
border-color css
<style>
span { border-color: #36752B; }
span { border-color: rgb(54,117,43); }
td.TdClassName
{
border-color: #36752B;
}
.TagClassName
{
border-color: #36752B;
}
</style>