Shades of Viridian #3E8570
Tints of Viridian #3E8570
RGB
CMYK
RGB Variations
Color information
#3E8570 (or 0x3E8570) is known color: Viridian. HEX triplet: 3E, 85 and 70. RGB value is (62,133,112). Sum of RGB (Red+Green+Blue) = 62+133+112=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #3E8570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8570 is #C17A8F. Grayscale: #6D6D6D. Windows color (decimal): -12679824 or 7374142. OLE color: 7374142.
HSL color Cylindrical-coordinate representation of color #3E8570: hue angle of 162.25º 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 #3E8570 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 133 | 112 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.48 |
| HSL | 162.25º | 0.36% | 0.38% | - |
| HSV(B) | 162.25º | 0.53% | 0.52% | - |
| XYZ | 13.3 | 18.97 | 18.29 | - |
| YUV | 109.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 133 | 112 | 0.53 | 0 | 0.16 | 0.48 | 162.25 | 0.36 | 0.38 |
| Hex | 3E | 85 | 70 | 35 | 0 | 10 | 30 | A2 | 24 | 26 |
| Octal | 76 | 205 | 160 | 65 | 0 | 20 | 60 | 242 | 44 | 46 |
| Binary | 111110 | 10000101 | 1110000 | 110101 | 0 | 10000 | 110000 | 10100010 | 100100 | 100110 |
Color Harmonies of #3E8570
Complementary color
Monochromatic Colors of #3E8570
Black with #3E8570
Text Example
Text Example
White with #3E8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8570; }
p { color: rgb(62,133,112); }
H1.HeaderClassName
{
color: #3E8570;
}
.AnyTagClassName
{
color: #3E8570;
}
</style>
background-color css
<style>
a { background-color: #3E8570; }
a { background-color: rgb(62,133,112); }
div.DivClassName
{
background-color: #3E8570;
}
.BgClassName
{
background-color: #3E8570;
}
</style>
border-color css
<style>
span { border-color: #3E8570; }
span { border-color: rgb(62,133,112); }
td.TdClassName
{
border-color: #3E8570;
}
.TagClassName
{
border-color: #3E8570;
}
</style>