Shades of Genoa #357F74
Tints of Genoa #357F74
RGB
CMYK
RGB Variations
Color information
#357F74 (or 0x357F74) is known color: Genoa. HEX triplet: 35, 7F and 74. RGB value is (53,127,116). Sum of RGB (Red+Green+Blue) = 53+127+116=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #357F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F74 is #CA808B. Grayscale: #676767. Windows color (decimal): -13271180 or 7634741. OLE color: 7634741.
HSL color Cylindrical-coordinate representation of color #357F74: hue angle of 171.08º 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 #357F74 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 116 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.50 |
| HSL | 171.08º | 0.41% | 0.35% | - |
| HSV(B) | 171.08º | 0.58% | 0.5% | - |
| XYZ | 12.21 | 17.2 | 19.2 | - |
| YUV | 103.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 116 | 0.58 | 0 | 0.09 | 0.50 | 171.08 | 0.41 | 0.35 |
| Hex | 35 | 7F | 74 | 3A | 0 | 9 | 32 | AB | 29 | 23 |
| Octal | 65 | 177 | 164 | 72 | 0 | 11 | 62 | 253 | 51 | 43 |
| Binary | 110101 | 1111111 | 1110100 | 111010 | 0 | 1001 | 110010 | 10101011 | 101001 | 100011 |
Color Harmonies of #357F74
Complementary color
Monochromatic Colors of #357F74
Black with #357F74
Text Example
Text Example
White with #357F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F74; }
p { color: rgb(53,127,116); }
H1.HeaderClassName
{
color: #357F74;
}
.AnyTagClassName
{
color: #357F74;
}
</style>
background-color css
<style>
a { background-color: #357F74; }
a { background-color: rgb(53,127,116); }
div.DivClassName
{
background-color: #357F74;
}
.BgClassName
{
background-color: #357F74;
}
</style>
border-color css
<style>
span { border-color: #357F74; }
span { border-color: rgb(53,127,116); }
td.TdClassName
{
border-color: #357F74;
}
.TagClassName
{
border-color: #357F74;
}
</style>