Shades of Viridian #3E9072
Tints of Viridian #3E9072
RGB
CMYK
RGB Variations
Color information
#3E9072 (or 0x3E9072) is known color: Viridian. HEX triplet: 3E, 90 and 72. RGB value is (62,144,114). Sum of RGB (Red+Green+Blue) = 62+144+114=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #3E9072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9072 is #C16F8D. Grayscale: #747474. Windows color (decimal): -12677006 or 7508030. OLE color: 7508030.
HSL color Cylindrical-coordinate representation of color #3E9072: hue angle of 158.05º 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 #3E9072 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 144 | 114 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.44 |
| HSL | 158.05º | 0.4% | 0.4% | - |
| HSV(B) | 158.05º | 0.57% | 0.56% | - |
| XYZ | 15 | 22.19 | 19.41 | - |
| YUV | 116.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 114 | 0.57 | 0 | 0.21 | 0.44 | 158.05 | 0.4 | 0.4 |
| Hex | 3E | 90 | 72 | 39 | 0 | 15 | 2C | 9E | 28 | 28 |
| Octal | 76 | 220 | 162 | 71 | 0 | 25 | 54 | 236 | 50 | 50 |
| Binary | 111110 | 10010000 | 1110010 | 111001 | 0 | 10101 | 101100 | 10011110 | 101000 | 101000 |
Color Harmonies of #3E9072
Complementary color
Monochromatic Colors of #3E9072
Black with #3E9072
Text Example
Text Example
White with #3E9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9072; }
p { color: rgb(62,144,114); }
H1.HeaderClassName
{
color: #3E9072;
}
.AnyTagClassName
{
color: #3E9072;
}
</style>
background-color css
<style>
a { background-color: #3E9072; }
a { background-color: rgb(62,144,114); }
div.DivClassName
{
background-color: #3E9072;
}
.BgClassName
{
background-color: #3E9072;
}
</style>
border-color css
<style>
span { border-color: #3E9072; }
span { border-color: rgb(62,144,114); }
td.TdClassName
{
border-color: #3E9072;
}
.TagClassName
{
border-color: #3E9072;
}
</style>