Shades of Genoa #36736C
Tints of Genoa #36736C
RGB
CMYK
RGB Variations
Color information
#36736C (or 0x36736C) is known color: Genoa. HEX triplet: 36, 73 and 6C. RGB value is (54,115,108). Sum of RGB (Red+Green+Blue) = 54+115+108=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #36736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36736C is #C98C93. Grayscale: #5F5F5F. Windows color (decimal): -13208724 or 7107382. OLE color: 7107382.
HSL color Cylindrical-coordinate representation of color #36736C: hue angle of 173.11º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36736C is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 115 | 108 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.55 |
| HSL | 173.11º | 0.36% | 0.33% | - |
| HSV(B) | 173.11º | 0.53% | 0.45% | - |
| XYZ | 10.36 | 14.13 | 16.37 | - |
| YUV | 95.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 108 | 0.53 | 0 | 0.06 | 0.55 | 173.11 | 0.36 | 0.33 |
| Hex | 36 | 73 | 6C | 35 | 0 | 6 | 37 | AD | 24 | 21 |
| Octal | 66 | 163 | 154 | 65 | 0 | 6 | 67 | 255 | 44 | 41 |
| Binary | 110110 | 1110011 | 1101100 | 110101 | 0 | 110 | 110111 | 10101101 | 100100 | 100001 |
Color Harmonies of #36736C
Complementary color
Monochromatic Colors of #36736C
Black with #36736C
Text Example
Text Example
White with #36736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36736C; }
p { color: rgb(54,115,108); }
H1.HeaderClassName
{
color: #36736C;
}
.AnyTagClassName
{
color: #36736C;
}
</style>
background-color css
<style>
a { background-color: #36736C; }
a { background-color: rgb(54,115,108); }
div.DivClassName
{
background-color: #36736C;
}
.BgClassName
{
background-color: #36736C;
}
</style>
border-color css
<style>
span { border-color: #36736C; }
span { border-color: rgb(54,115,108); }
td.TdClassName
{
border-color: #36736C;
}
.TagClassName
{
border-color: #36736C;
}
</style>