Shades of Viridian #3E8768
Tints of Viridian #3E8768
RGB
CMYK
RGB Variations
Color information
#3E8768 (or 0x3E8768) is known color: Viridian. HEX triplet: 3E, 87 and 68. RGB value is (62,135,104). Sum of RGB (Red+Green+Blue) = 62+135+104=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8768 is #C17897. Grayscale: #6D6D6D. Windows color (decimal): -12679320 or 6850366. OLE color: 6850366.
HSL color Cylindrical-coordinate representation of color #3E8768: hue angle of 154.52º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8768 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 104 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.47 |
| HSL | 154.52º | 0.37% | 0.39% | - |
| HSV(B) | 154.52º | 0.54% | 0.53% | - |
| XYZ | 13.15 | 19.35 | 16.14 | - |
| YUV | 109.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 104 | 0.54 | 0 | 0.23 | 0.47 | 154.52 | 0.37 | 0.39 |
| Hex | 3E | 87 | 68 | 36 | 0 | 17 | 2F | 9B | 25 | 27 |
| Octal | 76 | 207 | 150 | 66 | 0 | 27 | 57 | 233 | 45 | 47 |
| Binary | 111110 | 10000111 | 1101000 | 110110 | 0 | 10111 | 101111 | 10011011 | 100101 | 100111 |
Color Harmonies of #3E8768
Complementary color
Monochromatic Colors of #3E8768
Black with #3E8768
Text Example
Text Example
White with #3E8768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8768; }
p { color: rgb(62,135,104); }
H1.HeaderClassName
{
color: #3E8768;
}
.AnyTagClassName
{
color: #3E8768;
}
</style>
background-color css
<style>
a { background-color: #3E8768; }
a { background-color: rgb(62,135,104); }
div.DivClassName
{
background-color: #3E8768;
}
.BgClassName
{
background-color: #3E8768;
}
</style>
border-color css
<style>
span { border-color: #3E8768; }
span { border-color: rgb(62,135,104); }
td.TdClassName
{
border-color: #3E8768;
}
.TagClassName
{
border-color: #3E8768;
}
</style>