Shades of Viridian #358362
Tints of Viridian #358362
RGB
CMYK
RGB Variations
Color information
#358362 (or 0x358362) is known color: Viridian. HEX triplet: 35, 83 and 62. RGB value is (53,131,98). Sum of RGB (Red+Green+Blue) = 53+131+98=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #358362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358362 is #CA7C9D. Grayscale: #676767. Windows color (decimal): -13270174 or 6456117. OLE color: 6456117.
HSL color Cylindrical-coordinate representation of color #358362: hue angle of 154.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358362 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 98 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.49 |
| HSL | 154.62º | 0.42% | 0.36% | - |
| HSV(B) | 154.62º | 0.6% | 0.51% | - |
| XYZ | 11.79 | 17.87 | 14.38 | - |
| YUV | 103.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 98 | 0.60 | 0 | 0.25 | 0.49 | 154.62 | 0.42 | 0.36 |
| Hex | 35 | 83 | 62 | 3C | 0 | 19 | 31 | 9B | 2A | 24 |
| Octal | 65 | 203 | 142 | 74 | 0 | 31 | 61 | 233 | 52 | 44 |
| Binary | 110101 | 10000011 | 1100010 | 111100 | 0 | 11001 | 110001 | 10011011 | 101010 | 100100 |
Color Harmonies of #358362
Complementary color
Monochromatic Colors of #358362
Black with #358362
Text Example
Text Example
White with #358362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358362; }
p { color: rgb(53,131,98); }
H1.HeaderClassName
{
color: #358362;
}
.AnyTagClassName
{
color: #358362;
}
</style>
background-color css
<style>
a { background-color: #358362; }
a { background-color: rgb(53,131,98); }
div.DivClassName
{
background-color: #358362;
}
.BgClassName
{
background-color: #358362;
}
</style>
border-color css
<style>
span { border-color: #358362; }
span { border-color: rgb(53,131,98); }
td.TdClassName
{
border-color: #358362;
}
.TagClassName
{
border-color: #358362;
}
</style>