Shades of Viridian #3E8F78
Tints of Viridian #3E8F78
RGB
CMYK
RGB Variations
Color information
#3E8F78 (or 0x3E8F78) is known color: Viridian. HEX triplet: 3E, 8F and 78. RGB value is (62,143,120). Sum of RGB (Red+Green+Blue) = 62+143+120=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #3E8F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8F78 is #C17087. Grayscale: #747474. Windows color (decimal): -12677256 or 7900990. OLE color: 7900990.
HSL color Cylindrical-coordinate representation of color #3E8F78: hue angle of 162.96º 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 #3E8F78 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 143 | 120 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.44 |
| HSL | 162.96º | 0.4% | 0.4% | - |
| HSV(B) | 162.96º | 0.57% | 0.56% | - |
| XYZ | 15.2 | 22.03 | 21.22 | - |
| YUV | 116.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 120 | 0.57 | 0 | 0.16 | 0.44 | 162.96 | 0.4 | 0.4 |
| Hex | 3E | 8F | 78 | 39 | 0 | 10 | 2C | A3 | 28 | 28 |
| Octal | 76 | 217 | 170 | 71 | 0 | 20 | 54 | 243 | 50 | 50 |
| Binary | 111110 | 10001111 | 1111000 | 111001 | 0 | 10000 | 101100 | 10100011 | 101000 | 101000 |
Color Harmonies of #3E8F78
Complementary color
Monochromatic Colors of #3E8F78
Black with #3E8F78
Text Example
Text Example
White with #3E8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8F78; }
p { color: rgb(62,143,120); }
H1.HeaderClassName
{
color: #3E8F78;
}
.AnyTagClassName
{
color: #3E8F78;
}
</style>
background-color css
<style>
a { background-color: #3E8F78; }
a { background-color: rgb(62,143,120); }
div.DivClassName
{
background-color: #3E8F78;
}
.BgClassName
{
background-color: #3E8F78;
}
</style>
border-color css
<style>
span { border-color: #3E8F78; }
span { border-color: rgb(62,143,120); }
td.TdClassName
{
border-color: #3E8F78;
}
.TagClassName
{
border-color: #3E8F78;
}
</style>