Shades of Viridian #358867
Tints of Viridian #358867
RGB
CMYK
RGB Variations
Color information
#358867 (or 0x358867) is known color: Viridian. HEX triplet: 35, 88 and 67. RGB value is (53,136,103). Sum of RGB (Red+Green+Blue) = 53+136+103=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #358867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358867 is #CA7798. Grayscale: #6B6B6B. Windows color (decimal): -13268889 or 6785077. OLE color: 6785077.
HSL color Cylindrical-coordinate representation of color #358867: hue angle of 156.14º 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 #358867 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 103 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.47 |
| HSL | 156.14º | 0.44% | 0.37% | - |
| HSV(B) | 156.14º | 0.61% | 0.53% | - |
| XYZ | 12.72 | 19.34 | 15.9 | - |
| YUV | 107.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 103 | 0.61 | 0 | 0.24 | 0.47 | 156.14 | 0.44 | 0.37 |
| Hex | 35 | 88 | 67 | 3D | 0 | 18 | 2F | 9C | 2C | 25 |
| Octal | 65 | 210 | 147 | 75 | 0 | 30 | 57 | 234 | 54 | 45 |
| Binary | 110101 | 10001000 | 1100111 | 111101 | 0 | 11000 | 101111 | 10011100 | 101100 | 100101 |
Color Harmonies of #358867
Complementary color
Monochromatic Colors of #358867
Black with #358867
Text Example
Text Example
White with #358867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358867; }
p { color: rgb(53,136,103); }
H1.HeaderClassName
{
color: #358867;
}
.AnyTagClassName
{
color: #358867;
}
</style>
background-color css
<style>
a { background-color: #358867; }
a { background-color: rgb(53,136,103); }
div.DivClassName
{
background-color: #358867;
}
.BgClassName
{
background-color: #358867;
}
</style>
border-color css
<style>
span { border-color: #358867; }
span { border-color: rgb(53,136,103); }
td.TdClassName
{
border-color: #358867;
}
.TagClassName
{
border-color: #358867;
}
</style>