Shades of Viridian #359373
Tints of Viridian #359373
RGB
CMYK
RGB Variations
Color information
#359373 (or 0x359373) is known color: Viridian. HEX triplet: 35, 93 and 73. RGB value is (53,147,115). Sum of RGB (Red+Green+Blue) = 53+147+115=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #359373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359373 is #CA6C8C. Grayscale: #737373. Windows color (decimal): -13266061 or 7574325. OLE color: 7574325.
HSL color Cylindrical-coordinate representation of color #359373: hue angle of 159.57º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359373 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 147 | 115 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.42 |
| HSL | 159.57º | 0.47% | 0.39% | - |
| HSV(B) | 159.57º | 0.64% | 0.58% | - |
| XYZ | 15 | 22.86 | 19.84 | - |
| YUV | 115.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 147 | 115 | 0.64 | 0 | 0.22 | 0.42 | 159.57 | 0.47 | 0.39 |
| Hex | 35 | 93 | 73 | 40 | 0 | 16 | 2A | A0 | 2F | 27 |
| Octal | 65 | 223 | 163 | 100 | 0 | 26 | 52 | 240 | 57 | 47 |
| Binary | 110101 | 10010011 | 1110011 | 1000000 | 0 | 10110 | 101010 | 10100000 | 101111 | 100111 |
Color Harmonies of #359373
Complementary color
Monochromatic Colors of #359373
Black with #359373
Text Example
Text Example
White with #359373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359373; }
p { color: rgb(53,147,115); }
H1.HeaderClassName
{
color: #359373;
}
.AnyTagClassName
{
color: #359373;
}
</style>
background-color css
<style>
a { background-color: #359373; }
a { background-color: rgb(53,147,115); }
div.DivClassName
{
background-color: #359373;
}
.BgClassName
{
background-color: #359373;
}
</style>
border-color css
<style>
span { border-color: #359373; }
span { border-color: rgb(53,147,115); }
td.TdClassName
{
border-color: #359373;
}
.TagClassName
{
border-color: #359373;
}
</style>