Shades of Viridian #358877
Tints of Viridian #358877
RGB
CMYK
RGB Variations
Color information
#358877 (or 0x358877) is known color: Viridian. HEX triplet: 35, 88 and 77. RGB value is (53,136,119). Sum of RGB (Red+Green+Blue) = 53+136+119=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #358877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358877 is #CA7788. Grayscale: #6D6D6D. Windows color (decimal): -13268873 or 7833653. OLE color: 7833653.
HSL color Cylindrical-coordinate representation of color #358877: hue angle of 167.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358877 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 119 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.47 |
| HSL | 167.71º | 0.44% | 0.37% | - |
| HSV(B) | 167.71º | 0.61% | 0.53% | - |
| XYZ | 13.6 | 19.7 | 20.54 | - |
| YUV | 109.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 119 | 0.61 | 0 | 0.12 | 0.47 | 167.71 | 0.44 | 0.37 |
| Hex | 35 | 88 | 77 | 3D | 0 | C | 2F | A8 | 2C | 25 |
| Octal | 65 | 210 | 167 | 75 | 0 | 14 | 57 | 250 | 54 | 45 |
| Binary | 110101 | 10001000 | 1110111 | 111101 | 0 | 1100 | 101111 | 10101000 | 101100 | 100101 |
Color Harmonies of #358877
Complementary color
Monochromatic Colors of #358877
Black with #358877
Text Example
Text Example
White with #358877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358877; }
p { color: rgb(53,136,119); }
H1.HeaderClassName
{
color: #358877;
}
.AnyTagClassName
{
color: #358877;
}
</style>
background-color css
<style>
a { background-color: #358877; }
a { background-color: rgb(53,136,119); }
div.DivClassName
{
background-color: #358877;
}
.BgClassName
{
background-color: #358877;
}
</style>
border-color css
<style>
span { border-color: #358877; }
span { border-color: rgb(53,136,119); }
td.TdClassName
{
border-color: #358877;
}
.TagClassName
{
border-color: #358877;
}
</style>