Shades of Viridian #358F77
Tints of Viridian #358F77
RGB
CMYK
RGB Variations
Color information
#358F77 (or 0x358F77) is known color: Viridian. HEX triplet: 35, 8F and 77. RGB value is (53,143,119). Sum of RGB (Red+Green+Blue) = 53+143+119=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #358F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F77 is #CA7088. Grayscale: #717171. Windows color (decimal): -13267081 or 7835445. OLE color: 7835445.
HSL color Cylindrical-coordinate representation of color #358F77: hue angle of 164º 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 #358F77 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 119 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.44 |
| HSL | 164º | 0.46% | 0.38% | - |
| HSV(B) | 164º | 0.63% | 0.56% | - |
| XYZ | 14.62 | 21.73 | 20.88 | - |
| YUV | 113.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 119 | 0.63 | 0 | 0.17 | 0.44 | 164 | 0.46 | 0.38 |
| Hex | 35 | 8F | 77 | 3F | 0 | 11 | 2C | A4 | 2E | 26 |
| Octal | 65 | 217 | 167 | 77 | 0 | 21 | 54 | 244 | 56 | 46 |
| Binary | 110101 | 10001111 | 1110111 | 111111 | 0 | 10001 | 101100 | 10100100 | 101110 | 100110 |
Color Harmonies of #358F77
Complementary color
Monochromatic Colors of #358F77
Black with #358F77
Text Example
Text Example
White with #358F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F77; }
p { color: rgb(53,143,119); }
H1.HeaderClassName
{
color: #358F77;
}
.AnyTagClassName
{
color: #358F77;
}
</style>
background-color css
<style>
a { background-color: #358F77; }
a { background-color: rgb(53,143,119); }
div.DivClassName
{
background-color: #358F77;
}
.BgClassName
{
background-color: #358F77;
}
</style>
border-color css
<style>
span { border-color: #358F77; }
span { border-color: rgb(53,143,119); }
td.TdClassName
{
border-color: #358F77;
}
.TagClassName
{
border-color: #358F77;
}
</style>