Shades of Viridian #3E8378
Tints of Viridian #3E8378
RGB
CMYK
RGB Variations
Color information
#3E8378 (or 0x3E8378) is known color: Viridian. HEX triplet: 3E, 83 and 78. RGB value is (62,131,120). Sum of RGB (Red+Green+Blue) = 62+131+120=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8378 is #C17C87. Grayscale: #6D6D6D. Windows color (decimal): -12680328 or 7897918. OLE color: 7897918.
HSL color Cylindrical-coordinate representation of color #3E8378: hue angle of 170.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E8378 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 131 | 120 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.49 |
| HSL | 170.43º | 0.36% | 0.38% | - |
| HSV(B) | 170.43º | 0.53% | 0.51% | - |
| XYZ | 13.49 | 18.61 | 20.65 | - |
| YUV | 109.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 120 | 0.53 | 0 | 0.08 | 0.49 | 170.43 | 0.36 | 0.38 |
| Hex | 3E | 83 | 78 | 35 | 0 | 8 | 31 | AA | 24 | 26 |
| Octal | 76 | 203 | 170 | 65 | 0 | 10 | 61 | 252 | 44 | 46 |
| Binary | 111110 | 10000011 | 1111000 | 110101 | 0 | 1000 | 110001 | 10101010 | 100100 | 100110 |
Color Harmonies of #3E8378
Complementary color
Monochromatic Colors of #3E8378
Black with #3E8378
Text Example
Text Example
White with #3E8378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8378; }
p { color: rgb(62,131,120); }
H1.HeaderClassName
{
color: #3E8378;
}
.AnyTagClassName
{
color: #3E8378;
}
</style>
background-color css
<style>
a { background-color: #3E8378; }
a { background-color: rgb(62,131,120); }
div.DivClassName
{
background-color: #3E8378;
}
.BgClassName
{
background-color: #3E8378;
}
</style>
border-color css
<style>
span { border-color: #3E8378; }
span { border-color: rgb(62,131,120); }
td.TdClassName
{
border-color: #3E8378;
}
.TagClassName
{
border-color: #3E8378;
}
</style>