Shades of Viridian #3E8E6C
Tints of Viridian #3E8E6C
RGB
CMYK
RGB Variations
Color information
#3E8E6C (or 0x3E8E6C) is known color: Viridian. HEX triplet: 3E, 8E and 6C. RGB value is (62,142,108). Sum of RGB (Red+Green+Blue) = 62+142+108=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #3E8E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8E6C is #C17193. Grayscale: #727272. Windows color (decimal): -12677524 or 7114302. OLE color: 7114302.
HSL color Cylindrical-coordinate representation of color #3E8E6C: hue angle of 154.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8E6C is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 142 | 108 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.44 |
| HSL | 154.5º | 0.39% | 0.4% | - |
| HSV(B) | 154.5º | 0.56% | 0.56% | - |
| XYZ | 14.37 | 21.45 | 17.57 | - |
| YUV | 114.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 142 | 108 | 0.56 | 0 | 0.24 | 0.44 | 154.5 | 0.39 | 0.4 |
| Hex | 3E | 8E | 6C | 38 | 0 | 18 | 2C | 9A | 27 | 28 |
| Octal | 76 | 216 | 154 | 70 | 0 | 30 | 54 | 232 | 47 | 50 |
| Binary | 111110 | 10001110 | 1101100 | 111000 | 0 | 11000 | 101100 | 10011010 | 100111 | 101000 |
Color Harmonies of #3E8E6C
Complementary color
Monochromatic Colors of #3E8E6C
Black with #3E8E6C
Text Example
Text Example
White with #3E8E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8E6C; }
p { color: rgb(62,142,108); }
H1.HeaderClassName
{
color: #3E8E6C;
}
.AnyTagClassName
{
color: #3E8E6C;
}
</style>
background-color css
<style>
a { background-color: #3E8E6C; }
a { background-color: rgb(62,142,108); }
div.DivClassName
{
background-color: #3E8E6C;
}
.BgClassName
{
background-color: #3E8E6C;
}
</style>
border-color css
<style>
span { border-color: #3E8E6C; }
span { border-color: rgb(62,142,108); }
td.TdClassName
{
border-color: #3E8E6C;
}
.TagClassName
{
border-color: #3E8E6C;
}
</style>