Shades of Viridian #358471
Tints of Viridian #358471
RGB
CMYK
RGB Variations
Color information
#358471 (or 0x358471) is known color: Viridian. HEX triplet: 35, 84 and 71. RGB value is (53,132,113). Sum of RGB (Red+Green+Blue) = 53+132+113=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #358471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358471 is #CA7B8E. Grayscale: #6A6A6A. Windows color (decimal): -13269903 or 7439413. OLE color: 7439413.
HSL color Cylindrical-coordinate representation of color #358471: hue angle of 165.57º 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 #358471 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 132 | 113 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.48 |
| HSL | 165.57º | 0.43% | 0.36% | - |
| HSV(B) | 165.57º | 0.6% | 0.52% | - |
| XYZ | 12.7 | 18.45 | 18.51 | - |
| YUV | 106.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 113 | 0.60 | 0 | 0.14 | 0.48 | 165.57 | 0.43 | 0.36 |
| Hex | 35 | 84 | 71 | 3C | 0 | E | 30 | A6 | 2B | 24 |
| Octal | 65 | 204 | 161 | 74 | 0 | 16 | 60 | 246 | 53 | 44 |
| Binary | 110101 | 10000100 | 1110001 | 111100 | 0 | 1110 | 110000 | 10100110 | 101011 | 100100 |
Color Harmonies of #358471
Complementary color
Monochromatic Colors of #358471
Black with #358471
Text Example
Text Example
White with #358471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358471; }
p { color: rgb(53,132,113); }
H1.HeaderClassName
{
color: #358471;
}
.AnyTagClassName
{
color: #358471;
}
</style>
background-color css
<style>
a { background-color: #358471; }
a { background-color: rgb(53,132,113); }
div.DivClassName
{
background-color: #358471;
}
.BgClassName
{
background-color: #358471;
}
</style>
border-color css
<style>
span { border-color: #358471; }
span { border-color: rgb(53,132,113); }
td.TdClassName
{
border-color: #358471;
}
.TagClassName
{
border-color: #358471;
}
</style>