Shades of Viridian #3E9075
Tints of Viridian #3E9075
RGB
CMYK
RGB Variations
Color information
#3E9075 (or 0x3E9075) is known color: Viridian. HEX triplet: 3E, 90 and 75. RGB value is (62,144,117). Sum of RGB (Red+Green+Blue) = 62+144+117=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #3E9075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9075 is #C16F8A. Grayscale: #747474. Windows color (decimal): -12677003 or 7704638. OLE color: 7704638.
HSL color Cylindrical-coordinate representation of color #3E9075: hue angle of 160.24º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E9075 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 144 | 117 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.44 |
| HSL | 160.24º | 0.4% | 0.4% | - |
| HSV(B) | 160.24º | 0.57% | 0.56% | - |
| XYZ | 15.17 | 22.26 | 20.33 | - |
| YUV | 116.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 117 | 0.57 | 0 | 0.19 | 0.44 | 160.24 | 0.4 | 0.4 |
| Hex | 3E | 90 | 75 | 39 | 0 | 13 | 2C | A0 | 28 | 28 |
| Octal | 76 | 220 | 165 | 71 | 0 | 23 | 54 | 240 | 50 | 50 |
| Binary | 111110 | 10010000 | 1110101 | 111001 | 0 | 10011 | 101100 | 10100000 | 101000 | 101000 |
Color Harmonies of #3E9075
Complementary color
Monochromatic Colors of #3E9075
Black with #3E9075
Text Example
Text Example
White with #3E9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9075; }
p { color: rgb(62,144,117); }
H1.HeaderClassName
{
color: #3E9075;
}
.AnyTagClassName
{
color: #3E9075;
}
</style>
background-color css
<style>
a { background-color: #3E9075; }
a { background-color: rgb(62,144,117); }
div.DivClassName
{
background-color: #3E9075;
}
.BgClassName
{
background-color: #3E9075;
}
</style>
border-color css
<style>
span { border-color: #3E9075; }
span { border-color: rgb(62,144,117); }
td.TdClassName
{
border-color: #3E9075;
}
.TagClassName
{
border-color: #3E9075;
}
</style>