Shades of Viridian #3E8A6B
Tints of Viridian #3E8A6B
RGB
CMYK
RGB Variations
Color information
#3E8A6B (or 0x3E8A6B) is known color: Viridian. HEX triplet: 3E, 8A and 6B. RGB value is (62,138,107). Sum of RGB (Red+Green+Blue) = 62+138+107=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #3E8A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8A6B is #C17594. Grayscale: #6F6F6F. Windows color (decimal): -12678549 or 7047742. OLE color: 7047742.
HSL color Cylindrical-coordinate representation of color #3E8A6B: hue angle of 155.53º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8A6B is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 138 | 107 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.46 |
| HSL | 155.53º | 0.38% | 0.39% | - |
| HSV(B) | 155.53º | 0.55% | 0.54% | - |
| XYZ | 13.73 | 20.26 | 17.1 | - |
| YUV | 111.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 107 | 0.55 | 0 | 0.22 | 0.46 | 155.53 | 0.38 | 0.39 |
| Hex | 3E | 8A | 6B | 37 | 0 | 16 | 2E | 9C | 26 | 27 |
| Octal | 76 | 212 | 153 | 67 | 0 | 26 | 56 | 234 | 46 | 47 |
| Binary | 111110 | 10001010 | 1101011 | 110111 | 0 | 10110 | 101110 | 10011100 | 100110 | 100111 |
Color Harmonies of #3E8A6B
Complementary color
Monochromatic Colors of #3E8A6B
Black with #3E8A6B
Text Example
Text Example
White with #3E8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8A6B; }
p { color: rgb(62,138,107); }
H1.HeaderClassName
{
color: #3E8A6B;
}
.AnyTagClassName
{
color: #3E8A6B;
}
</style>
background-color css
<style>
a { background-color: #3E8A6B; }
a { background-color: rgb(62,138,107); }
div.DivClassName
{
background-color: #3E8A6B;
}
.BgClassName
{
background-color: #3E8A6B;
}
</style>
border-color css
<style>
span { border-color: #3E8A6B; }
span { border-color: rgb(62,138,107); }
td.TdClassName
{
border-color: #3E8A6B;
}
.TagClassName
{
border-color: #3E8A6B;
}
</style>