Shades of Viridian #3E7F6F
Tints of Viridian #3E7F6F
RGB
CMYK
RGB Variations
Color information
#3E7F6F (or 0x3E7F6F) is known color: Viridian. HEX triplet: 3E, 7F and 6F. RGB value is (62,127,111). Sum of RGB (Red+Green+Blue) = 62+127+111=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #3E7F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7F6F is #C18090. Grayscale: #696969. Windows color (decimal): -12681361 or 7307070. OLE color: 7307070.
HSL color Cylindrical-coordinate representation of color #3E7F6F: hue angle of 165.23º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E7F6F is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 127 | 111 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.50 |
| HSL | 165.23º | 0.34% | 0.37% | - |
| HSV(B) | 165.23º | 0.51% | 0.5% | - |
| XYZ | 12.45 | 17.35 | 17.73 | - |
| YUV | 105.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 127 | 111 | 0.51 | 0 | 0.13 | 0.50 | 165.23 | 0.34 | 0.37 |
| Hex | 3E | 7F | 6F | 33 | 0 | D | 32 | A5 | 22 | 25 |
| Octal | 76 | 177 | 157 | 63 | 0 | 15 | 62 | 245 | 42 | 45 |
| Binary | 111110 | 1111111 | 1101111 | 110011 | 0 | 1101 | 110010 | 10100101 | 100010 | 100101 |
Color Harmonies of #3E7F6F
Complementary color
Monochromatic Colors of #3E7F6F
Black with #3E7F6F
Text Example
Text Example
White with #3E7F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7F6F; }
p { color: rgb(62,127,111); }
H1.HeaderClassName
{
color: #3E7F6F;
}
.AnyTagClassName
{
color: #3E7F6F;
}
</style>
background-color css
<style>
a { background-color: #3E7F6F; }
a { background-color: rgb(62,127,111); }
div.DivClassName
{
background-color: #3E7F6F;
}
.BgClassName
{
background-color: #3E7F6F;
}
</style>
border-color css
<style>
span { border-color: #3E7F6F; }
span { border-color: rgb(62,127,111); }
td.TdClassName
{
border-color: #3E7F6F;
}
.TagClassName
{
border-color: #3E7F6F;
}
</style>