Shades of Viridian #358F71
Tints of Viridian #358F71
RGB
CMYK
RGB Variations
Color information
#358F71 (or 0x358F71) is known color: Viridian. HEX triplet: 35, 8F and 71. RGB value is (53,143,113). Sum of RGB (Red+Green+Blue) = 53+143+113=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #358F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F71 is #CA708E. Grayscale: #707070. Windows color (decimal): -13267087 or 7442229. OLE color: 7442229.
HSL color Cylindrical-coordinate representation of color #358F71: hue angle of 160º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F71 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 113 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.44 |
| HSL | 160º | 0.46% | 0.38% | - |
| HSV(B) | 160º | 0.63% | 0.56% | - |
| XYZ | 14.27 | 21.59 | 19.04 | - |
| YUV | 112.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 113 | 0.63 | 0 | 0.21 | 0.44 | 160 | 0.46 | 0.38 |
| Hex | 35 | 8F | 71 | 3F | 0 | 15 | 2C | A0 | 2E | 26 |
| Octal | 65 | 217 | 161 | 77 | 0 | 25 | 54 | 240 | 56 | 46 |
| Binary | 110101 | 10001111 | 1110001 | 111111 | 0 | 10101 | 101100 | 10100000 | 101110 | 100110 |
Color Harmonies of #358F71
Complementary color
Monochromatic Colors of #358F71
Black with #358F71
Text Example
Text Example
White with #358F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F71; }
p { color: rgb(53,143,113); }
H1.HeaderClassName
{
color: #358F71;
}
.AnyTagClassName
{
color: #358F71;
}
</style>
background-color css
<style>
a { background-color: #358F71; }
a { background-color: rgb(53,143,113); }
div.DivClassName
{
background-color: #358F71;
}
.BgClassName
{
background-color: #358F71;
}
</style>
border-color css
<style>
span { border-color: #358F71; }
span { border-color: rgb(53,143,113); }
td.TdClassName
{
border-color: #358F71;
}
.TagClassName
{
border-color: #358F71;
}
</style>