Shades of Viridian #358F74
Tints of Viridian #358F74
RGB
CMYK
RGB Variations
Color information
#358F74 (or 0x358F74) is known color: Viridian. HEX triplet: 35, 8F and 74. RGB value is (53,143,116). Sum of RGB (Red+Green+Blue) = 53+143+116=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #358F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F74 is #CA708B. Grayscale: #717171. Windows color (decimal): -13267084 or 7638837. OLE color: 7638837.
HSL color Cylindrical-coordinate representation of color #358F74: hue angle of 162º 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 #358F74 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 116 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.44 |
| HSL | 162º | 0.46% | 0.38% | - |
| HSV(B) | 162º | 0.63% | 0.56% | - |
| XYZ | 14.44 | 21.66 | 19.94 | - |
| YUV | 113.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 116 | 0.63 | 0 | 0.19 | 0.44 | 162 | 0.46 | 0.38 |
| Hex | 35 | 8F | 74 | 3F | 0 | 13 | 2C | A2 | 2E | 26 |
| Octal | 65 | 217 | 164 | 77 | 0 | 23 | 54 | 242 | 56 | 46 |
| Binary | 110101 | 10001111 | 1110100 | 111111 | 0 | 10011 | 101100 | 10100010 | 101110 | 100110 |
Color Harmonies of #358F74
Complementary color
Monochromatic Colors of #358F74
Black with #358F74
Text Example
Text Example
White with #358F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F74; }
p { color: rgb(53,143,116); }
H1.HeaderClassName
{
color: #358F74;
}
.AnyTagClassName
{
color: #358F74;
}
</style>
background-color css
<style>
a { background-color: #358F74; }
a { background-color: rgb(53,143,116); }
div.DivClassName
{
background-color: #358F74;
}
.BgClassName
{
background-color: #358F74;
}
</style>
border-color css
<style>
span { border-color: #358F74; }
span { border-color: rgb(53,143,116); }
td.TdClassName
{
border-color: #358F74;
}
.TagClassName
{
border-color: #358F74;
}
</style>