Shades of Viridian #358568
Tints of Viridian #358568
RGB
CMYK
RGB Variations
Color information
#358568 (or 0x358568) is known color: Viridian. HEX triplet: 35, 85 and 68. RGB value is (53,133,104). Sum of RGB (Red+Green+Blue) = 53+133+104=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #358568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358568 is #CA7A97. Grayscale: #696969. Windows color (decimal): -13269656 or 6849845. OLE color: 6849845.
HSL color Cylindrical-coordinate representation of color #358568: hue angle of 158.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358568 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 104 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.48 |
| HSL | 158.25º | 0.43% | 0.36% | - |
| HSV(B) | 158.25º | 0.6% | 0.52% | - |
| XYZ | 12.35 | 18.53 | 16.02 | - |
| YUV | 105.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 104 | 0.60 | 0 | 0.22 | 0.48 | 158.25 | 0.43 | 0.36 |
| Hex | 35 | 85 | 68 | 3C | 0 | 16 | 30 | 9E | 2B | 24 |
| Octal | 65 | 205 | 150 | 74 | 0 | 26 | 60 | 236 | 53 | 44 |
| Binary | 110101 | 10000101 | 1101000 | 111100 | 0 | 10110 | 110000 | 10011110 | 101011 | 100100 |
Color Harmonies of #358568
Complementary color
Monochromatic Colors of #358568
Black with #358568
Text Example
Text Example
White with #358568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358568; }
p { color: rgb(53,133,104); }
H1.HeaderClassName
{
color: #358568;
}
.AnyTagClassName
{
color: #358568;
}
</style>
background-color css
<style>
a { background-color: #358568; }
a { background-color: rgb(53,133,104); }
div.DivClassName
{
background-color: #358568;
}
.BgClassName
{
background-color: #358568;
}
</style>
border-color css
<style>
span { border-color: #358568; }
span { border-color: rgb(53,133,104); }
td.TdClassName
{
border-color: #358568;
}
.TagClassName
{
border-color: #358568;
}
</style>