Shades of Genoa #357E73
Tints of Genoa #357E73
RGB
CMYK
RGB Variations
Color information
#357E73 (or 0x357E73) is known color: Genoa. HEX triplet: 35, 7E and 73. RGB value is (53,126,115). Sum of RGB (Red+Green+Blue) = 53+126+115=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #357E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E73 is #CA818C. Grayscale: #666666. Windows color (decimal): -13271437 or 7568949. OLE color: 7568949.
HSL color Cylindrical-coordinate representation of color #357E73: hue angle of 170.96º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357E73 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 115 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.51 |
| HSL | 170.96º | 0.41% | 0.35% | - |
| HSV(B) | 170.96º | 0.58% | 0.49% | - |
| XYZ | 12.02 | 16.92 | 18.85 | - |
| YUV | 102.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 115 | 0.58 | 0 | 0.09 | 0.51 | 170.96 | 0.41 | 0.35 |
| Hex | 35 | 7E | 73 | 3A | 0 | 9 | 33 | AB | 29 | 23 |
| Octal | 65 | 176 | 163 | 72 | 0 | 11 | 63 | 253 | 51 | 43 |
| Binary | 110101 | 1111110 | 1110011 | 111010 | 0 | 1001 | 110011 | 10101011 | 101001 | 100011 |
Color Harmonies of #357E73
Complementary color
Monochromatic Colors of #357E73
Black with #357E73
Text Example
Text Example
White with #357E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E73; }
p { color: rgb(53,126,115); }
H1.HeaderClassName
{
color: #357E73;
}
.AnyTagClassName
{
color: #357E73;
}
</style>
background-color css
<style>
a { background-color: #357E73; }
a { background-color: rgb(53,126,115); }
div.DivClassName
{
background-color: #357E73;
}
.BgClassName
{
background-color: #357E73;
}
</style>
border-color css
<style>
span { border-color: #357E73; }
span { border-color: rgb(53,126,115); }
td.TdClassName
{
border-color: #357E73;
}
.TagClassName
{
border-color: #357E73;
}
</style>