Shades of Genoa #35706C
Tints of Genoa #35706C
RGB
CMYK
RGB Variations
Color information
#35706C (or 0x35706C) is known color: Genoa. HEX triplet: 35, 70 and 6C. RGB value is (53,112,108). Sum of RGB (Red+Green+Blue) = 53+112+108=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #35706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35706C is #CA8F93. Grayscale: #5D5D5D. Windows color (decimal): -13275028 or 7106613. OLE color: 7106613.
HSL color Cylindrical-coordinate representation of color #35706C: hue angle of 175.93º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35706C is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 112 | 108 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.56 |
| HSL | 175.93º | 0.36% | 0.32% | - |
| HSV(B) | 175.93º | 0.53% | 0.44% | - |
| XYZ | 9.97 | 13.43 | 16.25 | - |
| YUV | 93.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 108 | 0.53 | 0 | 0.04 | 0.56 | 175.93 | 0.36 | 0.32 |
| Hex | 35 | 70 | 6C | 35 | 0 | 4 | 38 | B0 | 24 | 20 |
| Octal | 65 | 160 | 154 | 65 | 0 | 4 | 70 | 260 | 44 | 40 |
| Binary | 110101 | 1110000 | 1101100 | 110101 | 0 | 100 | 111000 | 10110000 | 100100 | 100000 |
Color Harmonies of #35706C
Complementary color
Monochromatic Colors of #35706C
Black with #35706C
Text Example
Text Example
White with #35706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35706C; }
p { color: rgb(53,112,108); }
H1.HeaderClassName
{
color: #35706C;
}
.AnyTagClassName
{
color: #35706C;
}
</style>
background-color css
<style>
a { background-color: #35706C; }
a { background-color: rgb(53,112,108); }
div.DivClassName
{
background-color: #35706C;
}
.BgClassName
{
background-color: #35706C;
}
</style>
border-color css
<style>
span { border-color: #35706C; }
span { border-color: rgb(53,112,108); }
td.TdClassName
{
border-color: #35706C;
}
.TagClassName
{
border-color: #35706C;
}
</style>