Shades of Viridian #358571
Tints of Viridian #358571
RGB
CMYK
RGB Variations
Color information
#358571 (or 0x358571) is known color: Viridian. HEX triplet: 35, 85 and 71. RGB value is (53,133,113). Sum of RGB (Red+Green+Blue) = 53+133+113=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #358571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358571 is #CA7A8E. Grayscale: #6A6A6A. Windows color (decimal): -13269647 or 7439669. OLE color: 7439669.
HSL color Cylindrical-coordinate representation of color #358571: hue angle of 165º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358571 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 113 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.48 |
| HSL | 165º | 0.43% | 0.36% | - |
| HSV(B) | 165º | 0.6% | 0.52% | - |
| XYZ | 12.84 | 18.72 | 18.56 | - |
| YUV | 106.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 113 | 0.60 | 0 | 0.15 | 0.48 | 165 | 0.43 | 0.36 |
| Hex | 35 | 85 | 71 | 3C | 0 | F | 30 | A5 | 2B | 24 |
| Octal | 65 | 205 | 161 | 74 | 0 | 17 | 60 | 245 | 53 | 44 |
| Binary | 110101 | 10000101 | 1110001 | 111100 | 0 | 1111 | 110000 | 10100101 | 101011 | 100100 |
Color Harmonies of #358571
Complementary color
Monochromatic Colors of #358571
Black with #358571
Text Example
Text Example
White with #358571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358571; }
p { color: rgb(53,133,113); }
H1.HeaderClassName
{
color: #358571;
}
.AnyTagClassName
{
color: #358571;
}
</style>
background-color css
<style>
a { background-color: #358571; }
a { background-color: rgb(53,133,113); }
div.DivClassName
{
background-color: #358571;
}
.BgClassName
{
background-color: #358571;
}
</style>
border-color css
<style>
span { border-color: #358571; }
span { border-color: rgb(53,133,113); }
td.TdClassName
{
border-color: #358571;
}
.TagClassName
{
border-color: #358571;
}
</style>