Shades of Genoa #36766F
Tints of Genoa #36766F
RGB
CMYK
RGB Variations
Color information
#36766F (or 0x36766F) is known color: Genoa. HEX triplet: 36, 76 and 6F. RGB value is (54,118,111). Sum of RGB (Red+Green+Blue) = 54+118+111=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #36766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36766F is #C98990. Grayscale: #626262. Windows color (decimal): -13207953 or 7304758. OLE color: 7304758.
HSL color Cylindrical-coordinate representation of color #36766F: hue angle of 173.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36766F is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 111 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.54 |
| HSL | 173.44º | 0.37% | 0.34% | - |
| HSV(B) | 173.44º | 0.54% | 0.46% | - |
| XYZ | 10.87 | 14.89 | 17.34 | - |
| YUV | 98.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 111 | 0.54 | 0 | 0.06 | 0.54 | 173.44 | 0.37 | 0.34 |
| Hex | 36 | 76 | 6F | 36 | 0 | 6 | 36 | AD | 25 | 22 |
| Octal | 66 | 166 | 157 | 66 | 0 | 6 | 66 | 255 | 45 | 42 |
| Binary | 110110 | 1110110 | 1101111 | 110110 | 0 | 110 | 110110 | 10101101 | 100101 | 100010 |
Color Harmonies of #36766F
Complementary color
Monochromatic Colors of #36766F
Black with #36766F
Text Example
Text Example
White with #36766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36766F; }
p { color: rgb(54,118,111); }
H1.HeaderClassName
{
color: #36766F;
}
.AnyTagClassName
{
color: #36766F;
}
</style>
background-color css
<style>
a { background-color: #36766F; }
a { background-color: rgb(54,118,111); }
div.DivClassName
{
background-color: #36766F;
}
.BgClassName
{
background-color: #36766F;
}
</style>
border-color css
<style>
span { border-color: #36766F; }
span { border-color: rgb(54,118,111); }
td.TdClassName
{
border-color: #36766F;
}
.TagClassName
{
border-color: #36766F;
}
</style>