Shades of Viridian #358772
Tints of Viridian #358772
RGB
CMYK
RGB Variations
Color information
#358772 (or 0x358772) is known color: Viridian. HEX triplet: 35, 87 and 72. RGB value is (53,135,114). Sum of RGB (Red+Green+Blue) = 53+135+114=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #358772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358772 is #CA788D. Grayscale: #6C6C6C. Windows color (decimal): -13269134 or 7505717. OLE color: 7505717.
HSL color Cylindrical-coordinate representation of color #358772: hue angle of 164.63º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358772 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 114 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.47 |
| HSL | 164.63º | 0.44% | 0.37% | - |
| HSV(B) | 164.63º | 0.61% | 0.53% | - |
| XYZ | 13.17 | 19.3 | 18.95 | - |
| YUV | 108.09 | 131.33 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 114 | 0.61 | 0 | 0.16 | 0.47 | 164.63 | 0.44 | 0.37 |
| Hex | 35 | 87 | 72 | 3D | 0 | 10 | 2F | A5 | 2C | 25 |
| Octal | 65 | 207 | 162 | 75 | 0 | 20 | 57 | 245 | 54 | 45 |
| Binary | 110101 | 10000111 | 1110010 | 111101 | 0 | 10000 | 101111 | 10100101 | 101100 | 100101 |
Color Harmonies of #358772
Complementary color
Monochromatic Colors of #358772
Black with #358772
Text Example
Text Example
White with #358772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358772; }
p { color: rgb(53,135,114); }
H1.HeaderClassName
{
color: #358772;
}
.AnyTagClassName
{
color: #358772;
}
</style>
background-color css
<style>
a { background-color: #358772; }
a { background-color: rgb(53,135,114); }
div.DivClassName
{
background-color: #358772;
}
.BgClassName
{
background-color: #358772;
}
</style>
border-color css
<style>
span { border-color: #358772; }
span { border-color: rgb(53,135,114); }
td.TdClassName
{
border-color: #358772;
}
.TagClassName
{
border-color: #358772;
}
</style>