Shades of Viridian #358973
Tints of Viridian #358973
RGB
CMYK
RGB Variations
Color information
#358973 (or 0x358973) is known color: Viridian. HEX triplet: 35, 89 and 73. RGB value is (53,137,115). Sum of RGB (Red+Green+Blue) = 53+137+115=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #358973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358973 is #CA768C. Grayscale: #6D6D6D. Windows color (decimal): -13268621 or 7571765. OLE color: 7571765.
HSL color Cylindrical-coordinate representation of color #358973: hue angle of 164.29º 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 #358973 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 137 | 115 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.46 |
| HSL | 164.29º | 0.44% | 0.37% | - |
| HSV(B) | 164.29º | 0.61% | 0.54% | - |
| XYZ | 13.51 | 19.89 | 19.35 | - |
| YUV | 109.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 115 | 0.61 | 0 | 0.16 | 0.46 | 164.29 | 0.44 | 0.37 |
| Hex | 35 | 89 | 73 | 3D | 0 | 10 | 2E | A4 | 2C | 25 |
| Octal | 65 | 211 | 163 | 75 | 0 | 20 | 56 | 244 | 54 | 45 |
| Binary | 110101 | 10001001 | 1110011 | 111101 | 0 | 10000 | 101110 | 10100100 | 101100 | 100101 |
Color Harmonies of #358973
Complementary color
Monochromatic Colors of #358973
Black with #358973
Text Example
Text Example
White with #358973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358973; }
p { color: rgb(53,137,115); }
H1.HeaderClassName
{
color: #358973;
}
.AnyTagClassName
{
color: #358973;
}
</style>
background-color css
<style>
a { background-color: #358973; }
a { background-color: rgb(53,137,115); }
div.DivClassName
{
background-color: #358973;
}
.BgClassName
{
background-color: #358973;
}
</style>
border-color css
<style>
span { border-color: #358973; }
span { border-color: rgb(53,137,115); }
td.TdClassName
{
border-color: #358973;
}
.TagClassName
{
border-color: #358973;
}
</style>