Shades of Genoa #35766F
Tints of Genoa #35766F
RGB
CMYK
RGB Variations
Color information
#35766F (or 0x35766F) is known color: Genoa. HEX triplet: 35, 76 and 6F. RGB value is (53,118,111). Sum of RGB (Red+Green+Blue) = 53+118+111=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #35766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35766F is #CA8990. Grayscale: #616161. Windows color (decimal): -13273489 or 7304757. OLE color: 7304757.
HSL color Cylindrical-coordinate representation of color #35766F: hue angle of 173.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35766F is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 118 | 111 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.54 |
| HSL | 173.54º | 0.38% | 0.34% | - |
| HSV(B) | 173.54º | 0.55% | 0.46% | - |
| XYZ | 10.82 | 14.86 | 17.34 | - |
| YUV | 97.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 111 | 0.55 | 0 | 0.06 | 0.54 | 173.54 | 0.38 | 0.34 |
| Hex | 35 | 76 | 6F | 37 | 0 | 6 | 36 | AE | 26 | 22 |
| Octal | 65 | 166 | 157 | 67 | 0 | 6 | 66 | 256 | 46 | 42 |
| Binary | 110101 | 1110110 | 1101111 | 110111 | 0 | 110 | 110110 | 10101110 | 100110 | 100010 |
Color Harmonies of #35766F
Complementary color
Monochromatic Colors of #35766F
Black with #35766F
Text Example
Text Example
White with #35766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35766F; }
p { color: rgb(53,118,111); }
H1.HeaderClassName
{
color: #35766F;
}
.AnyTagClassName
{
color: #35766F;
}
</style>
background-color css
<style>
a { background-color: #35766F; }
a { background-color: rgb(53,118,111); }
div.DivClassName
{
background-color: #35766F;
}
.BgClassName
{
background-color: #35766F;
}
</style>
border-color css
<style>
span { border-color: #35766F; }
span { border-color: rgb(53,118,111); }
td.TdClassName
{
border-color: #35766F;
}
.TagClassName
{
border-color: #35766F;
}
</style>