Shades of Genoa #357F73
Tints of Genoa #357F73
RGB
CMYK
RGB Variations
Color information
#357F73 (or 0x357F73) is known color: Genoa. HEX triplet: 35, 7F and 73. RGB value is (53,127,115). Sum of RGB (Red+Green+Blue) = 53+127+115=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 127 - color contains mainly: green. Hex color #357F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F73 is #CA808C. Grayscale: #676767. Windows color (decimal): -13271181 or 7569205. OLE color: 7569205.
HSL color Cylindrical-coordinate representation of color #357F73: hue angle of 170.27º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F73 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 115 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.50 |
| HSL | 170.27º | 0.41% | 0.35% | - |
| HSV(B) | 170.27º | 0.58% | 0.5% | - |
| XYZ | 12.15 | 17.17 | 18.89 | - |
| YUV | 103.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 115 | 0.58 | 0 | 0.09 | 0.50 | 170.27 | 0.41 | 0.35 |
| Hex | 35 | 7F | 73 | 3A | 0 | 9 | 32 | AA | 29 | 23 |
| Octal | 65 | 177 | 163 | 72 | 0 | 11 | 62 | 252 | 51 | 43 |
| Binary | 110101 | 1111111 | 1110011 | 111010 | 0 | 1001 | 110010 | 10101010 | 101001 | 100011 |
Color Harmonies of #357F73
Complementary color
Monochromatic Colors of #357F73
Black with #357F73
Text Example
Text Example
White with #357F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F73; }
p { color: rgb(53,127,115); }
H1.HeaderClassName
{
color: #357F73;
}
.AnyTagClassName
{
color: #357F73;
}
</style>
background-color css
<style>
a { background-color: #357F73; }
a { background-color: rgb(53,127,115); }
div.DivClassName
{
background-color: #357F73;
}
.BgClassName
{
background-color: #357F73;
}
</style>
border-color css
<style>
span { border-color: #357F73; }
span { border-color: rgb(53,127,115); }
td.TdClassName
{
border-color: #357F73;
}
.TagClassName
{
border-color: #357F73;
}
</style>