Shades of Viridian #3E8468
Tints of Viridian #3E8468
RGB
CMYK
RGB Variations
Color information
#3E8468 (or 0x3E8468) is known color: Viridian. HEX triplet: 3E, 84 and 68. RGB value is (62,132,104). Sum of RGB (Red+Green+Blue) = 62+132+104=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #3E8468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8468 is #C17B97. Grayscale: #6B6B6B. Windows color (decimal): -12680088 or 6849598. OLE color: 6849598.
HSL color Cylindrical-coordinate representation of color #3E8468: hue angle of 156º 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 #3E8468 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 132 | 104 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.48 |
| HSL | 156º | 0.36% | 0.38% | - |
| HSV(B) | 156º | 0.53% | 0.52% | - |
| XYZ | 12.74 | 18.53 | 16 | - |
| YUV | 107.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 104 | 0.53 | 0 | 0.21 | 0.48 | 156 | 0.36 | 0.38 |
| Hex | 3E | 84 | 68 | 35 | 0 | 15 | 30 | 9C | 24 | 26 |
| Octal | 76 | 204 | 150 | 65 | 0 | 25 | 60 | 234 | 44 | 46 |
| Binary | 111110 | 10000100 | 1101000 | 110101 | 0 | 10101 | 110000 | 10011100 | 100100 | 100110 |
Color Harmonies of #3E8468
Complementary color
Monochromatic Colors of #3E8468
Black with #3E8468
Text Example
Text Example
White with #3E8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8468; }
p { color: rgb(62,132,104); }
H1.HeaderClassName
{
color: #3E8468;
}
.AnyTagClassName
{
color: #3E8468;
}
</style>
background-color css
<style>
a { background-color: #3E8468; }
a { background-color: rgb(62,132,104); }
div.DivClassName
{
background-color: #3E8468;
}
.BgClassName
{
background-color: #3E8468;
}
</style>
border-color css
<style>
span { border-color: #3E8468; }
span { border-color: rgb(62,132,104); }
td.TdClassName
{
border-color: #3E8468;
}
.TagClassName
{
border-color: #3E8468;
}
</style>