Shades of Genoa #35756E
Tints of Genoa #35756E
RGB
CMYK
RGB Variations
Color information
#35756E (or 0x35756E) is known color: Genoa. HEX triplet: 35, 75 and 6E. RGB value is (53,117,110). Sum of RGB (Red+Green+Blue) = 53+117+110=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #35756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35756E is #CA8A91. Grayscale: #616161. Windows color (decimal): -13273746 or 7238965. OLE color: 7238965.
HSL color Cylindrical-coordinate representation of color #35756E: hue angle of 173.44º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35756E is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 117 | 110 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.54 |
| HSL | 173.44º | 0.38% | 0.33% | - |
| HSV(B) | 173.44º | 0.55% | 0.46% | - |
| XYZ | 10.64 | 14.61 | 17.01 | - |
| YUV | 97.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 110 | 0.55 | 0 | 0.06 | 0.54 | 173.44 | 0.38 | 0.33 |
| Hex | 35 | 75 | 6E | 37 | 0 | 6 | 36 | AD | 26 | 21 |
| Octal | 65 | 165 | 156 | 67 | 0 | 6 | 66 | 255 | 46 | 41 |
| Binary | 110101 | 1110101 | 1101110 | 110111 | 0 | 110 | 110110 | 10101101 | 100110 | 100001 |
Color Harmonies of #35756E
Complementary color
Monochromatic Colors of #35756E
Black with #35756E
Text Example
Text Example
White with #35756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35756E; }
p { color: rgb(53,117,110); }
H1.HeaderClassName
{
color: #35756E;
}
.AnyTagClassName
{
color: #35756E;
}
</style>
background-color css
<style>
a { background-color: #35756E; }
a { background-color: rgb(53,117,110); }
div.DivClassName
{
background-color: #35756E;
}
.BgClassName
{
background-color: #35756E;
}
</style>
border-color css
<style>
span { border-color: #35756E; }
span { border-color: rgb(53,117,110); }
td.TdClassName
{
border-color: #35756E;
}
.TagClassName
{
border-color: #35756E;
}
</style>