Shades of Viridian #3E9275
Tints of Viridian #3E9275
RGB
CMYK
RGB Variations
Color information
#3E9275 (or 0x3E9275) is known color: Viridian. HEX triplet: 3E, 92 and 75. RGB value is (62,146,117). Sum of RGB (Red+Green+Blue) = 62+146+117=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #3E9275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9275 is #C16D8A. Grayscale: #757575. Windows color (decimal): -12676491 or 7705150. OLE color: 7705150.
HSL color Cylindrical-coordinate representation of color #3E9275: hue angle of 159.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E9275 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 146 | 117 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.43 |
| HSL | 159.29º | 0.4% | 0.41% | - |
| HSV(B) | 159.29º | 0.58% | 0.57% | - |
| XYZ | 15.48 | 22.87 | 20.43 | - |
| YUV | 117.58 | 127.67 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 146 | 117 | 0.58 | 0 | 0.20 | 0.43 | 159.29 | 0.4 | 0.41 |
| Hex | 3E | 92 | 75 | 3A | 0 | 14 | 2B | 9F | 28 | 29 |
| Octal | 76 | 222 | 165 | 72 | 0 | 24 | 53 | 237 | 50 | 51 |
| Binary | 111110 | 10010010 | 1110101 | 111010 | 0 | 10100 | 101011 | 10011111 | 101000 | 101001 |
Color Harmonies of #3E9275
Complementary color
Monochromatic Colors of #3E9275
Black with #3E9275
Text Example
Text Example
White with #3E9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9275; }
p { color: rgb(62,146,117); }
H1.HeaderClassName
{
color: #3E9275;
}
.AnyTagClassName
{
color: #3E9275;
}
</style>
background-color css
<style>
a { background-color: #3E9275; }
a { background-color: rgb(62,146,117); }
div.DivClassName
{
background-color: #3E9275;
}
.BgClassName
{
background-color: #3E9275;
}
</style>
border-color css
<style>
span { border-color: #3E9275; }
span { border-color: rgb(62,146,117); }
td.TdClassName
{
border-color: #3E9275;
}
.TagClassName
{
border-color: #3E9275;
}
</style>