Shades of Viridian #358865
Tints of Viridian #358865
RGB
CMYK
RGB Variations
Color information
#358865 (or 0x358865) is known color: Viridian. HEX triplet: 35, 88 and 65. RGB value is (53,136,101). Sum of RGB (Red+Green+Blue) = 53+136+101=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #358865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358865 is #CA779A. Grayscale: #6B6B6B. Windows color (decimal): -13268891 or 6654005. OLE color: 6654005.
HSL color Cylindrical-coordinate representation of color #358865: hue angle of 154.7º 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 #358865 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 101 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.47 |
| HSL | 154.7º | 0.44% | 0.37% | - |
| HSV(B) | 154.7º | 0.61% | 0.53% | - |
| XYZ | 12.62 | 19.3 | 15.37 | - |
| YUV | 107.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 101 | 0.61 | 0 | 0.26 | 0.47 | 154.7 | 0.44 | 0.37 |
| Hex | 35 | 88 | 65 | 3D | 0 | 1A | 2F | 9B | 2C | 25 |
| Octal | 65 | 210 | 145 | 75 | 0 | 32 | 57 | 233 | 54 | 45 |
| Binary | 110101 | 10001000 | 1100101 | 111101 | 0 | 11010 | 101111 | 10011011 | 101100 | 100101 |
Color Harmonies of #358865
Complementary color
Monochromatic Colors of #358865
Black with #358865
Text Example
Text Example
White with #358865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358865; }
p { color: rgb(53,136,101); }
H1.HeaderClassName
{
color: #358865;
}
.AnyTagClassName
{
color: #358865;
}
</style>
background-color css
<style>
a { background-color: #358865; }
a { background-color: rgb(53,136,101); }
div.DivClassName
{
background-color: #358865;
}
.BgClassName
{
background-color: #358865;
}
</style>
border-color css
<style>
span { border-color: #358865; }
span { border-color: rgb(53,136,101); }
td.TdClassName
{
border-color: #358865;
}
.TagClassName
{
border-color: #358865;
}
</style>