Shades of Viridian #357C60
Tints of Viridian #357C60
RGB
CMYK
RGB Variations
Color information
#357C60 (or 0x357C60) is known color: Viridian. HEX triplet: 35, 7C and 60. RGB value is (53,124,96). Sum of RGB (Red+Green+Blue) = 53+124+96=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #357C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C60 is #CA839F. Grayscale: #636363. Windows color (decimal): -13271968 or 6323253. OLE color: 6323253.
HSL color Cylindrical-coordinate representation of color #357C60: hue angle of 156.34º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C60 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 96 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.51 |
| HSL | 156.34º | 0.4% | 0.35% | - |
| HSV(B) | 156.34º | 0.57% | 0.49% | - |
| XYZ | 10.79 | 16.02 | 13.59 | - |
| YUV | 99.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 96 | 0.57 | 0 | 0.23 | 0.51 | 156.34 | 0.4 | 0.35 |
| Hex | 35 | 7C | 60 | 39 | 0 | 17 | 33 | 9C | 28 | 23 |
| Octal | 65 | 174 | 140 | 71 | 0 | 27 | 63 | 234 | 50 | 43 |
| Binary | 110101 | 1111100 | 1100000 | 111001 | 0 | 10111 | 110011 | 10011100 | 101000 | 100011 |
Color Harmonies of #357C60
Complementary color
Monochromatic Colors of #357C60
Black with #357C60
Text Example
Text Example
White with #357C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C60; }
p { color: rgb(53,124,96); }
H1.HeaderClassName
{
color: #357C60;
}
.AnyTagClassName
{
color: #357C60;
}
</style>
background-color css
<style>
a { background-color: #357C60; }
a { background-color: rgb(53,124,96); }
div.DivClassName
{
background-color: #357C60;
}
.BgClassName
{
background-color: #357C60;
}
</style>
border-color css
<style>
span { border-color: #357C60; }
span { border-color: rgb(53,124,96); }
td.TdClassName
{
border-color: #357C60;
}
.TagClassName
{
border-color: #357C60;
}
</style>