Shades of Viridian #357D60
Tints of Viridian #357D60
RGB
CMYK
RGB Variations
Color information
#357D60 (or 0x357D60) is known color: Viridian. HEX triplet: 35, 7D and 60. RGB value is (53,125,96). Sum of RGB (Red+Green+Blue) = 53+125+96=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #357D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D60 is #CA829F. Grayscale: #646464. Windows color (decimal): -13271712 or 6323509. OLE color: 6323509.
HSL color Cylindrical-coordinate representation of color #357D60: hue angle of 155.83º degrees, saturation: 0.4, 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 #357D60 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 96 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.51 |
| HSL | 155.83º | 0.4% | 0.35% | - |
| HSV(B) | 155.83º | 0.58% | 0.49% | - |
| XYZ | 10.91 | 16.27 | 13.63 | - |
| YUV | 100.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 96 | 0.58 | 0 | 0.23 | 0.51 | 155.83 | 0.4 | 0.35 |
| Hex | 35 | 7D | 60 | 3A | 0 | 17 | 33 | 9C | 28 | 23 |
| Octal | 65 | 175 | 140 | 72 | 0 | 27 | 63 | 234 | 50 | 43 |
| Binary | 110101 | 1111101 | 1100000 | 111010 | 0 | 10111 | 110011 | 10011100 | 101000 | 100011 |
Color Harmonies of #357D60
Complementary color
Monochromatic Colors of #357D60
Black with #357D60
Text Example
Text Example
White with #357D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D60; }
p { color: rgb(53,125,96); }
H1.HeaderClassName
{
color: #357D60;
}
.AnyTagClassName
{
color: #357D60;
}
</style>
background-color css
<style>
a { background-color: #357D60; }
a { background-color: rgb(53,125,96); }
div.DivClassName
{
background-color: #357D60;
}
.BgClassName
{
background-color: #357D60;
}
</style>
border-color css
<style>
span { border-color: #357D60; }
span { border-color: rgb(53,125,96); }
td.TdClassName
{
border-color: #357D60;
}
.TagClassName
{
border-color: #357D60;
}
</style>