Shades of Viridian #358770
Tints of Viridian #358770
RGB
CMYK
RGB Variations
Color information
#358770 (or 0x358770) is known color: Viridian. HEX triplet: 35, 87 and 70. RGB value is (53,135,112). Sum of RGB (Red+Green+Blue) = 53+135+112=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #358770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358770 is #CA788F. Grayscale: #6B6B6B. Windows color (decimal): -13269136 or 7374645. OLE color: 7374645.
HSL color Cylindrical-coordinate representation of color #358770: hue angle of 163.17º 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 #358770 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 135 | 112 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.47 |
| HSL | 163.17º | 0.44% | 0.37% | - |
| HSV(B) | 163.17º | 0.61% | 0.53% | - |
| XYZ | 13.06 | 19.25 | 18.36 | - |
| YUV | 107.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 135 | 112 | 0.61 | 0 | 0.17 | 0.47 | 163.17 | 0.44 | 0.37 |
| Hex | 35 | 87 | 70 | 3D | 0 | 11 | 2F | A3 | 2C | 25 |
| Octal | 65 | 207 | 160 | 75 | 0 | 21 | 57 | 243 | 54 | 45 |
| Binary | 110101 | 10000111 | 1110000 | 111101 | 0 | 10001 | 101111 | 10100011 | 101100 | 100101 |
Color Harmonies of #358770
Complementary color
Monochromatic Colors of #358770
Black with #358770
Text Example
Text Example
White with #358770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358770; }
p { color: rgb(53,135,112); }
H1.HeaderClassName
{
color: #358770;
}
.AnyTagClassName
{
color: #358770;
}
</style>
background-color css
<style>
a { background-color: #358770; }
a { background-color: rgb(53,135,112); }
div.DivClassName
{
background-color: #358770;
}
.BgClassName
{
background-color: #358770;
}
</style>
border-color css
<style>
span { border-color: #358770; }
span { border-color: rgb(53,135,112); }
td.TdClassName
{
border-color: #358770;
}
.TagClassName
{
border-color: #358770;
}
</style>