Shades of Viridian #358A73
Tints of Viridian #358A73
RGB
CMYK
RGB Variations
Color information
#358A73 (or 0x358A73) is known color: Viridian. HEX triplet: 35, 8A and 73. RGB value is (53,138,115). Sum of RGB (Red+Green+Blue) = 53+138+115=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #358A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358A73 is #CA758C. Grayscale: #6D6D6D. Windows color (decimal): -13268365 or 7572021. OLE color: 7572021.
HSL color Cylindrical-coordinate representation of color #358A73: hue angle of 163.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A73 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 138 | 115 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.46 |
| HSL | 163.76º | 0.45% | 0.37% | - |
| HSV(B) | 163.76º | 0.62% | 0.54% | - |
| XYZ | 13.65 | 20.17 | 19.39 | - |
| YUV | 109.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 115 | 0.62 | 0 | 0.17 | 0.46 | 163.76 | 0.45 | 0.37 |
| Hex | 35 | 8A | 73 | 3E | 0 | 11 | 2E | A4 | 2D | 25 |
| Octal | 65 | 212 | 163 | 76 | 0 | 21 | 56 | 244 | 55 | 45 |
| Binary | 110101 | 10001010 | 1110011 | 111110 | 0 | 10001 | 101110 | 10100100 | 101101 | 100101 |
Color Harmonies of #358A73
Complementary color
Monochromatic Colors of #358A73
Black with #358A73
Text Example
Text Example
White with #358A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A73; }
p { color: rgb(53,138,115); }
H1.HeaderClassName
{
color: #358A73;
}
.AnyTagClassName
{
color: #358A73;
}
</style>
background-color css
<style>
a { background-color: #358A73; }
a { background-color: rgb(53,138,115); }
div.DivClassName
{
background-color: #358A73;
}
.BgClassName
{
background-color: #358A73;
}
</style>
border-color css
<style>
span { border-color: #358A73; }
span { border-color: rgb(53,138,115); }
td.TdClassName
{
border-color: #358A73;
}
.TagClassName
{
border-color: #358A73;
}
</style>