Shades of Genoa #35716E
Tints of Genoa #35716E
RGB
CMYK
RGB Variations
Color information
#35716E (or 0x35716E) is known color: Genoa. HEX triplet: 35, 71 and 6E. RGB value is (53,113,110). Sum of RGB (Red+Green+Blue) = 53+113+110=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #35716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35716E is #CA8E91. Grayscale: #5E5E5E. Windows color (decimal): -13274770 or 7237941. OLE color: 7237941.
HSL color Cylindrical-coordinate representation of color #35716E: hue angle of 177º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35716E is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 113 | 110 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.56 |
| HSL | 177º | 0.36% | 0.33% | - |
| HSV(B) | 177º | 0.53% | 0.44% | - |
| XYZ | 10.19 | 13.69 | 16.86 | - |
| YUV | 94.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 110 | 0.53 | 0 | 0.03 | 0.56 | 177 | 0.36 | 0.33 |
| Hex | 35 | 71 | 6E | 35 | 0 | 3 | 38 | B1 | 24 | 21 |
| Octal | 65 | 161 | 156 | 65 | 0 | 3 | 70 | 261 | 44 | 41 |
| Binary | 110101 | 1110001 | 1101110 | 110101 | 0 | 11 | 111000 | 10110001 | 100100 | 100001 |
Color Harmonies of #35716E
Complementary color
Monochromatic Colors of #35716E
Black with #35716E
Text Example
Text Example
White with #35716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35716E; }
p { color: rgb(53,113,110); }
H1.HeaderClassName
{
color: #35716E;
}
.AnyTagClassName
{
color: #35716E;
}
</style>
background-color css
<style>
a { background-color: #35716E; }
a { background-color: rgb(53,113,110); }
div.DivClassName
{
background-color: #35716E;
}
.BgClassName
{
background-color: #35716E;
}
</style>
border-color css
<style>
span { border-color: #35716E; }
span { border-color: rgb(53,113,110); }
td.TdClassName
{
border-color: #35716E;
}
.TagClassName
{
border-color: #35716E;
}
</style>