Shades of Viridian #359573
Tints of Viridian #359573
RGB
CMYK
RGB Variations
Color information
#359573 (or 0x359573) is known color: Viridian. HEX triplet: 35, 95 and 73. RGB value is (53,149,115). Sum of RGB (Red+Green+Blue) = 53+149+115=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #359573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359573 is #CA6A8C. Grayscale: #747474. Windows color (decimal): -13265549 or 7574837. OLE color: 7574837.
HSL color Cylindrical-coordinate representation of color #359573: hue angle of 158.75º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359573 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 115 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.42 |
| HSL | 158.75º | 0.48% | 0.4% | - |
| HSV(B) | 158.75º | 0.64% | 0.58% | - |
| XYZ | 15.31 | 23.49 | 19.95 | - |
| YUV | 116.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 115 | 0.64 | 0 | 0.23 | 0.42 | 158.75 | 0.48 | 0.4 |
| Hex | 35 | 95 | 73 | 40 | 0 | 17 | 2A | 9F | 30 | 28 |
| Octal | 65 | 225 | 163 | 100 | 0 | 27 | 52 | 237 | 60 | 50 |
| Binary | 110101 | 10010101 | 1110011 | 1000000 | 0 | 10111 | 101010 | 10011111 | 110000 | 101000 |
Color Harmonies of #359573
Complementary color
Monochromatic Colors of #359573
Black with #359573
Text Example
Text Example
White with #359573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359573; }
p { color: rgb(53,149,115); }
H1.HeaderClassName
{
color: #359573;
}
.AnyTagClassName
{
color: #359573;
}
</style>
background-color css
<style>
a { background-color: #359573; }
a { background-color: rgb(53,149,115); }
div.DivClassName
{
background-color: #359573;
}
.BgClassName
{
background-color: #359573;
}
</style>
border-color css
<style>
span { border-color: #359573; }
span { border-color: rgb(53,149,115); }
td.TdClassName
{
border-color: #359573;
}
.TagClassName
{
border-color: #359573;
}
</style>