Shades of Viridian #3E856C
Tints of Viridian #3E856C
RGB
CMYK
RGB Variations
Color information
#3E856C (or 0x3E856C) is known color: Viridian. HEX triplet: 3E, 85 and 6C. RGB value is (62,133,108). Sum of RGB (Red+Green+Blue) = 62+133+108=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #3E856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E856C is #C17A93. Grayscale: #6C6C6C. Windows color (decimal): -12679828 or 7111998. OLE color: 7111998.
HSL color Cylindrical-coordinate representation of color #3E856C: hue angle of 158.87º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E856C is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 133 | 108 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.48 |
| HSL | 158.87º | 0.36% | 0.38% | - |
| HSV(B) | 158.87º | 0.53% | 0.52% | - |
| XYZ | 13.08 | 18.88 | 17.14 | - |
| YUV | 108.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 133 | 108 | 0.53 | 0 | 0.19 | 0.48 | 158.87 | 0.36 | 0.38 |
| Hex | 3E | 85 | 6C | 35 | 0 | 13 | 30 | 9F | 24 | 26 |
| Octal | 76 | 205 | 154 | 65 | 0 | 23 | 60 | 237 | 44 | 46 |
| Binary | 111110 | 10000101 | 1101100 | 110101 | 0 | 10011 | 110000 | 10011111 | 100100 | 100110 |
Color Harmonies of #3E856C
Complementary color
Monochromatic Colors of #3E856C
Black with #3E856C
Text Example
Text Example
White with #3E856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E856C; }
p { color: rgb(62,133,108); }
H1.HeaderClassName
{
color: #3E856C;
}
.AnyTagClassName
{
color: #3E856C;
}
</style>
background-color css
<style>
a { background-color: #3E856C; }
a { background-color: rgb(62,133,108); }
div.DivClassName
{
background-color: #3E856C;
}
.BgClassName
{
background-color: #3E856C;
}
</style>
border-color css
<style>
span { border-color: #3E856C; }
span { border-color: rgb(62,133,108); }
td.TdClassName
{
border-color: #3E856C;
}
.TagClassName
{
border-color: #3E856C;
}
</style>