Shades of Viridian #3E836C
Tints of Viridian #3E836C
RGB
CMYK
RGB Variations
Color information
#3E836C (or 0x3E836C) is known color: Viridian. HEX triplet: 3E, 83 and 6C. RGB value is (62,131,108). Sum of RGB (Red+Green+Blue) = 62+131+108=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #3E836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E836C is #C17C93. Grayscale: #6B6B6B. Windows color (decimal): -12680340 or 7111486. OLE color: 7111486.
HSL color Cylindrical-coordinate representation of color #3E836C: hue angle of 160º 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 #3E836C is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 131 | 108 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.49 |
| HSL | 160º | 0.36% | 0.38% | - |
| HSV(B) | 160º | 0.53% | 0.51% | - |
| XYZ | 12.81 | 18.34 | 17.05 | - |
| YUV | 107.75 | 128.14 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 108 | 0.53 | 0 | 0.18 | 0.49 | 160 | 0.36 | 0.38 |
| Hex | 3E | 83 | 6C | 35 | 0 | 12 | 31 | A0 | 24 | 26 |
| Octal | 76 | 203 | 154 | 65 | 0 | 22 | 61 | 240 | 44 | 46 |
| Binary | 111110 | 10000011 | 1101100 | 110101 | 0 | 10010 | 110001 | 10100000 | 100100 | 100110 |
Color Harmonies of #3E836C
Complementary color
Monochromatic Colors of #3E836C
Black with #3E836C
Text Example
Text Example
White with #3E836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E836C; }
p { color: rgb(62,131,108); }
H1.HeaderClassName
{
color: #3E836C;
}
.AnyTagClassName
{
color: #3E836C;
}
</style>
background-color css
<style>
a { background-color: #3E836C; }
a { background-color: rgb(62,131,108); }
div.DivClassName
{
background-color: #3E836C;
}
.BgClassName
{
background-color: #3E836C;
}
</style>
border-color css
<style>
span { border-color: #3E836C; }
span { border-color: rgb(62,131,108); }
td.TdClassName
{
border-color: #3E836C;
}
.TagClassName
{
border-color: #3E836C;
}
</style>