Shades of Genoa #35796A
Tints of Genoa #35796A
RGB
CMYK
RGB Variations
Color information
#35796A (or 0x35796A) is known color: Genoa. HEX triplet: 35, 79 and 6A. RGB value is (53,121,106). Sum of RGB (Red+Green+Blue) = 53+121+106=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #35796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35796A is #CA8695. Grayscale: #626262. Windows color (decimal): -13272726 or 6977845. OLE color: 6977845.
HSL color Cylindrical-coordinate representation of color #35796A: hue angle of 166.76º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35796A is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 53 | 121 | 106 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.53 |
| HSL | 166.76º | 0.39% | 0.34% | - |
| HSV(B) | 166.76º | 0.56% | 0.47% | - |
| XYZ | 10.91 | 15.47 | 16.05 | - |
| YUV | 98.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 121 | 106 | 0.56 | 0 | 0.12 | 0.53 | 166.76 | 0.39 | 0.34 |
| Hex | 35 | 79 | 6A | 38 | 0 | C | 35 | A7 | 27 | 22 |
| Octal | 65 | 171 | 152 | 70 | 0 | 14 | 65 | 247 | 47 | 42 |
| Binary | 110101 | 1111001 | 1101010 | 111000 | 0 | 1100 | 110101 | 10100111 | 100111 | 100010 |
Color Harmonies of #35796A
Complementary color
Monochromatic Colors of #35796A
Black with #35796A
Text Example
Text Example
White with #35796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35796A; }
p { color: rgb(53,121,106); }
H1.HeaderClassName
{
color: #35796A;
}
.AnyTagClassName
{
color: #35796A;
}
</style>
background-color css
<style>
a { background-color: #35796A; }
a { background-color: rgb(53,121,106); }
div.DivClassName
{
background-color: #35796A;
}
.BgClassName
{
background-color: #35796A;
}
</style>
border-color css
<style>
span { border-color: #35796A; }
span { border-color: rgb(53,121,106); }
td.TdClassName
{
border-color: #35796A;
}
.TagClassName
{
border-color: #35796A;
}
</style>