Shades of Viridian #358462
Tints of Viridian #358462
RGB
CMYK
RGB Variations
Color information
#358462 (or 0x358462) is known color: Viridian. HEX triplet: 35, 84 and 62. RGB value is (53,132,98). Sum of RGB (Red+Green+Blue) = 53+132+98=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #358462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358462 is #CA7B9D. Grayscale: #686868. Windows color (decimal): -13269918 or 6456373. OLE color: 6456373.
HSL color Cylindrical-coordinate representation of color #358462: hue angle of 154.18º 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 #358462 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 132 | 98 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.48 |
| HSL | 154.18º | 0.43% | 0.36% | - |
| HSV(B) | 154.18º | 0.6% | 0.52% | - |
| XYZ | 11.92 | 18.14 | 14.43 | - |
| YUV | 104.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 98 | 0.60 | 0 | 0.26 | 0.48 | 154.18 | 0.43 | 0.36 |
| Hex | 35 | 84 | 62 | 3C | 0 | 1A | 30 | 9A | 2B | 24 |
| Octal | 65 | 204 | 142 | 74 | 0 | 32 | 60 | 232 | 53 | 44 |
| Binary | 110101 | 10000100 | 1100010 | 111100 | 0 | 11010 | 110000 | 10011010 | 101011 | 100100 |
Color Harmonies of #358462
Complementary color
Monochromatic Colors of #358462
Black with #358462
Text Example
Text Example
White with #358462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358462; }
p { color: rgb(53,132,98); }
H1.HeaderClassName
{
color: #358462;
}
.AnyTagClassName
{
color: #358462;
}
</style>
background-color css
<style>
a { background-color: #358462; }
a { background-color: rgb(53,132,98); }
div.DivClassName
{
background-color: #358462;
}
.BgClassName
{
background-color: #358462;
}
</style>
border-color css
<style>
span { border-color: #358462; }
span { border-color: rgb(53,132,98); }
td.TdClassName
{
border-color: #358462;
}
.TagClassName
{
border-color: #358462;
}
</style>