Shades of Genoa #357E72
Tints of Genoa #357E72
RGB
CMYK
RGB Variations
Color information
#357E72 (or 0x357E72) is known color: Genoa. HEX triplet: 35, 7E and 72. RGB value is (53,126,114). Sum of RGB (Red+Green+Blue) = 53+126+114=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #357E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E72 is #CA818D. Grayscale: #666666. Windows color (decimal): -13271438 or 7503413. OLE color: 7503413.
HSL color Cylindrical-coordinate representation of color #357E72: hue angle of 170.14º 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 #357E72 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 114 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.51 |
| HSL | 170.14º | 0.41% | 0.35% | - |
| HSV(B) | 170.14º | 0.58% | 0.49% | - |
| XYZ | 11.97 | 16.89 | 18.55 | - |
| YUV | 102.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 114 | 0.58 | 0 | 0.10 | 0.51 | 170.14 | 0.41 | 0.35 |
| Hex | 35 | 7E | 72 | 3A | 0 | A | 33 | AA | 29 | 23 |
| Octal | 65 | 176 | 162 | 72 | 0 | 12 | 63 | 252 | 51 | 43 |
| Binary | 110101 | 1111110 | 1110010 | 111010 | 0 | 1010 | 110011 | 10101010 | 101001 | 100011 |
Color Harmonies of #357E72
Complementary color
Monochromatic Colors of #357E72
Black with #357E72
Text Example
Text Example
White with #357E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E72; }
p { color: rgb(53,126,114); }
H1.HeaderClassName
{
color: #357E72;
}
.AnyTagClassName
{
color: #357E72;
}
</style>
background-color css
<style>
a { background-color: #357E72; }
a { background-color: rgb(53,126,114); }
div.DivClassName
{
background-color: #357E72;
}
.BgClassName
{
background-color: #357E72;
}
</style>
border-color css
<style>
span { border-color: #357E72; }
span { border-color: rgb(53,126,114); }
td.TdClassName
{
border-color: #357E72;
}
.TagClassName
{
border-color: #357E72;
}
</style>