Shades of Genoa #35766D
Tints of Genoa #35766D
RGB
CMYK
RGB Variations
Color information
#35766D (or 0x35766D) is known color: Genoa. HEX triplet: 35, 76 and 6D. RGB value is (53,118,109). Sum of RGB (Red+Green+Blue) = 53+118+109=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #35766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35766D is #CA8992. Grayscale: #616161. Windows color (decimal): -13273491 or 7173685. OLE color: 7173685.
HSL color Cylindrical-coordinate representation of color #35766D: hue angle of 171.69º 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 #35766D is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 118 | 109 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.54 |
| HSL | 171.69º | 0.38% | 0.34% | - |
| HSV(B) | 171.69º | 0.55% | 0.46% | - |
| XYZ | 10.71 | 14.82 | 16.76 | - |
| YUV | 97.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 109 | 0.55 | 0 | 0.08 | 0.54 | 171.69 | 0.38 | 0.34 |
| Hex | 35 | 76 | 6D | 37 | 0 | 8 | 36 | AC | 26 | 22 |
| Octal | 65 | 166 | 155 | 67 | 0 | 10 | 66 | 254 | 46 | 42 |
| Binary | 110101 | 1110110 | 1101101 | 110111 | 0 | 1000 | 110110 | 10101100 | 100110 | 100010 |
Color Harmonies of #35766D
Complementary color
Monochromatic Colors of #35766D
Black with #35766D
Text Example
Text Example
White with #35766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35766D; }
p { color: rgb(53,118,109); }
H1.HeaderClassName
{
color: #35766D;
}
.AnyTagClassName
{
color: #35766D;
}
</style>
background-color css
<style>
a { background-color: #35766D; }
a { background-color: rgb(53,118,109); }
div.DivClassName
{
background-color: #35766D;
}
.BgClassName
{
background-color: #35766D;
}
</style>
border-color css
<style>
span { border-color: #35766D; }
span { border-color: rgb(53,118,109); }
td.TdClassName
{
border-color: #35766D;
}
.TagClassName
{
border-color: #35766D;
}
</style>