Shades of Viridian #3E8774
Tints of Viridian #3E8774
RGB
CMYK
RGB Variations
Color information
#3E8774 (or 0x3E8774) is known color: Viridian. HEX triplet: 3E, 87 and 74. RGB value is (62,135,116). Sum of RGB (Red+Green+Blue) = 62+135+116=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8774 is #C1788B. Grayscale: #6F6F6F. Windows color (decimal): -12679308 or 7636798. OLE color: 7636798.
HSL color Cylindrical-coordinate representation of color #3E8774: hue angle of 164.38º 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 #3E8774 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 116 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.47 |
| HSL | 164.38º | 0.37% | 0.39% | - |
| HSV(B) | 164.38º | 0.54% | 0.53% | - |
| XYZ | 13.8 | 19.61 | 19.58 | - |
| YUV | 111.01 | 130.82 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 116 | 0.54 | 0 | 0.14 | 0.47 | 164.38 | 0.37 | 0.39 |
| Hex | 3E | 87 | 74 | 36 | 0 | E | 2F | A4 | 25 | 27 |
| Octal | 76 | 207 | 164 | 66 | 0 | 16 | 57 | 244 | 45 | 47 |
| Binary | 111110 | 10000111 | 1110100 | 110110 | 0 | 1110 | 101111 | 10100100 | 100101 | 100111 |
Color Harmonies of #3E8774
Complementary color
Monochromatic Colors of #3E8774
Black with #3E8774
Text Example
Text Example
White with #3E8774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8774; }
p { color: rgb(62,135,116); }
H1.HeaderClassName
{
color: #3E8774;
}
.AnyTagClassName
{
color: #3E8774;
}
</style>
background-color css
<style>
a { background-color: #3E8774; }
a { background-color: rgb(62,135,116); }
div.DivClassName
{
background-color: #3E8774;
}
.BgClassName
{
background-color: #3E8774;
}
</style>
border-color css
<style>
span { border-color: #3E8774; }
span { border-color: rgb(62,135,116); }
td.TdClassName
{
border-color: #3E8774;
}
.TagClassName
{
border-color: #3E8774;
}
</style>