Shades of Viridian #358C73
Tints of Viridian #358C73
RGB
CMYK
RGB Variations
Color information
#358C73 (or 0x358C73) is known color: Viridian. HEX triplet: 35, 8C and 73. RGB value is (53,140,115). Sum of RGB (Red+Green+Blue) = 53+140+115=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #358C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C73 is #CA738C. Grayscale: #6F6F6F. Windows color (decimal): -13267853 or 7572533. OLE color: 7572533.
HSL color Cylindrical-coordinate representation of color #358C73: hue angle of 162.76º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358C73 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 140 | 115 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.45 |
| HSL | 162.76º | 0.45% | 0.38% | - |
| HSV(B) | 162.76º | 0.62% | 0.55% | - |
| XYZ | 13.94 | 20.75 | 19.49 | - |
| YUV | 111.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 115 | 0.62 | 0 | 0.18 | 0.45 | 162.76 | 0.45 | 0.38 |
| Hex | 35 | 8C | 73 | 3E | 0 | 12 | 2D | A3 | 2D | 26 |
| Octal | 65 | 214 | 163 | 76 | 0 | 22 | 55 | 243 | 55 | 46 |
| Binary | 110101 | 10001100 | 1110011 | 111110 | 0 | 10010 | 101101 | 10100011 | 101101 | 100110 |
Color Harmonies of #358C73
Complementary color
Monochromatic Colors of #358C73
Black with #358C73
Text Example
Text Example
White with #358C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C73; }
p { color: rgb(53,140,115); }
H1.HeaderClassName
{
color: #358C73;
}
.AnyTagClassName
{
color: #358C73;
}
</style>
background-color css
<style>
a { background-color: #358C73; }
a { background-color: rgb(53,140,115); }
div.DivClassName
{
background-color: #358C73;
}
.BgClassName
{
background-color: #358C73;
}
</style>
border-color css
<style>
span { border-color: #358C73; }
span { border-color: rgb(53,140,115); }
td.TdClassName
{
border-color: #358C73;
}
.TagClassName
{
border-color: #358C73;
}
</style>