Shades of Genoa #36766A
Tints of Genoa #36766A
RGB
CMYK
RGB Variations
Color information
#36766A (or 0x36766A) is known color: Genoa. HEX triplet: 36, 76 and 6A. RGB value is (54,118,106). Sum of RGB (Red+Green+Blue) = 54+118+106=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #36766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36766A is #C98995. Grayscale: #616161. Windows color (decimal): -13207958 or 6977078. OLE color: 6977078.
HSL color Cylindrical-coordinate representation of color #36766A: hue angle of 168.75º 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 #36766A is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 106 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.54 |
| HSL | 168.75º | 0.37% | 0.34% | - |
| HSV(B) | 168.75º | 0.54% | 0.46% | - |
| XYZ | 10.6 | 14.78 | 15.93 | - |
| YUV | 97.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 106 | 0.54 | 0 | 0.10 | 0.54 | 168.75 | 0.37 | 0.34 |
| Hex | 36 | 76 | 6A | 36 | 0 | A | 36 | A9 | 25 | 22 |
| Octal | 66 | 166 | 152 | 66 | 0 | 12 | 66 | 251 | 45 | 42 |
| Binary | 110110 | 1110110 | 1101010 | 110110 | 0 | 1010 | 110110 | 10101001 | 100101 | 100010 |
Color Harmonies of #36766A
Complementary color
Monochromatic Colors of #36766A
Black with #36766A
Text Example
Text Example
White with #36766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36766A; }
p { color: rgb(54,118,106); }
H1.HeaderClassName
{
color: #36766A;
}
.AnyTagClassName
{
color: #36766A;
}
</style>
background-color css
<style>
a { background-color: #36766A; }
a { background-color: rgb(54,118,106); }
div.DivClassName
{
background-color: #36766A;
}
.BgClassName
{
background-color: #36766A;
}
</style>
border-color css
<style>
span { border-color: #36766A; }
span { border-color: rgb(54,118,106); }
td.TdClassName
{
border-color: #36766A;
}
.TagClassName
{
border-color: #36766A;
}
</style>