Shades of Viridian #358366
Tints of Viridian #358366
RGB
CMYK
RGB Variations
Color information
#358366 (or 0x358366) is known color: Viridian. HEX triplet: 35, 83 and 66. RGB value is (53,131,102). Sum of RGB (Red+Green+Blue) = 53+131+102=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #358366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358366 is #CA7C99. Grayscale: #686868. Windows color (decimal): -13270170 or 6718261. OLE color: 6718261.
HSL color Cylindrical-coordinate representation of color #358366: hue angle of 157.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358366 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 131 | 102 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.49 |
| HSL | 157.69º | 0.42% | 0.36% | - |
| HSV(B) | 157.69º | 0.6% | 0.51% | - |
| XYZ | 11.98 | 17.95 | 15.4 | - |
| YUV | 104.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 102 | 0.60 | 0 | 0.22 | 0.49 | 157.69 | 0.42 | 0.36 |
| Hex | 35 | 83 | 66 | 3C | 0 | 16 | 31 | 9E | 2A | 24 |
| Octal | 65 | 203 | 146 | 74 | 0 | 26 | 61 | 236 | 52 | 44 |
| Binary | 110101 | 10000011 | 1100110 | 111100 | 0 | 10110 | 110001 | 10011110 | 101010 | 100100 |
Color Harmonies of #358366
Complementary color
Monochromatic Colors of #358366
Black with #358366
Text Example
Text Example
White with #358366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358366; }
p { color: rgb(53,131,102); }
H1.HeaderClassName
{
color: #358366;
}
.AnyTagClassName
{
color: #358366;
}
</style>
background-color css
<style>
a { background-color: #358366; }
a { background-color: rgb(53,131,102); }
div.DivClassName
{
background-color: #358366;
}
.BgClassName
{
background-color: #358366;
}
</style>
border-color css
<style>
span { border-color: #358366; }
span { border-color: rgb(53,131,102); }
td.TdClassName
{
border-color: #358366;
}
.TagClassName
{
border-color: #358366;
}
</style>