Shades of Viridian #359273
Tints of Viridian #359273
RGB
CMYK
RGB Variations
Color information
#359273 (or 0x359273) is known color: Viridian. HEX triplet: 35, 92 and 73. RGB value is (53,146,115). Sum of RGB (Red+Green+Blue) = 53+146+115=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #359273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359273 is #CA6D8C. Grayscale: #727272. Windows color (decimal): -13266317 or 7574069. OLE color: 7574069.
HSL color Cylindrical-coordinate representation of color #359273: hue angle of 160º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359273 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 146 | 115 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.43 |
| HSL | 160º | 0.47% | 0.39% | - |
| HSV(B) | 160º | 0.64% | 0.57% | - |
| XYZ | 14.84 | 22.55 | 19.79 | - |
| YUV | 114.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 146 | 115 | 0.64 | 0 | 0.21 | 0.43 | 160 | 0.47 | 0.39 |
| Hex | 35 | 92 | 73 | 40 | 0 | 15 | 2B | A0 | 2F | 27 |
| Octal | 65 | 222 | 163 | 100 | 0 | 25 | 53 | 240 | 57 | 47 |
| Binary | 110101 | 10010010 | 1110011 | 1000000 | 0 | 10101 | 101011 | 10100000 | 101111 | 100111 |
Color Harmonies of #359273
Complementary color
Monochromatic Colors of #359273
Black with #359273
Text Example
Text Example
White with #359273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359273; }
p { color: rgb(53,146,115); }
H1.HeaderClassName
{
color: #359273;
}
.AnyTagClassName
{
color: #359273;
}
</style>
background-color css
<style>
a { background-color: #359273; }
a { background-color: rgb(53,146,115); }
div.DivClassName
{
background-color: #359273;
}
.BgClassName
{
background-color: #359273;
}
</style>
border-color css
<style>
span { border-color: #359273; }
span { border-color: rgb(53,146,115); }
td.TdClassName
{
border-color: #359273;
}
.TagClassName
{
border-color: #359273;
}
</style>