Shades of Viridian #358970
Tints of Viridian #358970
RGB
CMYK
RGB Variations
Color information
#358970 (or 0x358970) is known color: Viridian. HEX triplet: 35, 89 and 70. RGB value is (53,137,112). Sum of RGB (Red+Green+Blue) = 53+137+112=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #358970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358970 is #CA768F. Grayscale: #6D6D6D. Windows color (decimal): -13268624 or 7375157. OLE color: 7375157.
HSL color Cylindrical-coordinate representation of color #358970: hue angle of 162.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358970 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 137 | 112 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.46 |
| HSL | 162.14º | 0.44% | 0.37% | - |
| HSV(B) | 162.14º | 0.61% | 0.54% | - |
| XYZ | 13.34 | 19.82 | 18.45 | - |
| YUV | 109.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 112 | 0.61 | 0 | 0.18 | 0.46 | 162.14 | 0.44 | 0.37 |
| Hex | 35 | 89 | 70 | 3D | 0 | 12 | 2E | A2 | 2C | 25 |
| Octal | 65 | 211 | 160 | 75 | 0 | 22 | 56 | 242 | 54 | 45 |
| Binary | 110101 | 10001001 | 1110000 | 111101 | 0 | 10010 | 101110 | 10100010 | 101100 | 100101 |
Color Harmonies of #358970
Complementary color
Monochromatic Colors of #358970
Black with #358970
Text Example
Text Example
White with #358970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358970; }
p { color: rgb(53,137,112); }
H1.HeaderClassName
{
color: #358970;
}
.AnyTagClassName
{
color: #358970;
}
</style>
background-color css
<style>
a { background-color: #358970; }
a { background-color: rgb(53,137,112); }
div.DivClassName
{
background-color: #358970;
}
.BgClassName
{
background-color: #358970;
}
</style>
border-color css
<style>
span { border-color: #358970; }
span { border-color: rgb(53,137,112); }
td.TdClassName
{
border-color: #358970;
}
.TagClassName
{
border-color: #358970;
}
</style>