Shades of Viridian #3A866D
Tints of Viridian #3A866D
RGB
CMYK
RGB Variations
Color information
#3A866D (or 0x3A866D) is known color: Viridian. HEX triplet: 3A, 86 and 6D. RGB value is (58,134,109). Sum of RGB (Red+Green+Blue) = 58+134+109=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #3A866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A866D is #C57992. Grayscale: #6C6C6C. Windows color (decimal): -12941715 or 7177786. OLE color: 7177786.
HSL color Cylindrical-coordinate representation of color #3A866D: hue angle of 160.26º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A866D is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 134 | 109 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.47 |
| HSL | 160.26º | 0.4% | 0.38% | - |
| HSV(B) | 160.26º | 0.57% | 0.53% | - |
| XYZ | 13.03 | 19.05 | 17.46 | - |
| YUV | 108.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 109 | 0.57 | 0 | 0.19 | 0.47 | 160.26 | 0.4 | 0.38 |
| Hex | 3A | 86 | 6D | 39 | 0 | 13 | 2F | A0 | 28 | 26 |
| Octal | 72 | 206 | 155 | 71 | 0 | 23 | 57 | 240 | 50 | 46 |
| Binary | 111010 | 10000110 | 1101101 | 111001 | 0 | 10011 | 101111 | 10100000 | 101000 | 100110 |
Color Harmonies of #3A866D
Complementary color
Monochromatic Colors of #3A866D
Black with #3A866D
Text Example
Text Example
White with #3A866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A866D; }
p { color: rgb(58,134,109); }
H1.HeaderClassName
{
color: #3A866D;
}
.AnyTagClassName
{
color: #3A866D;
}
</style>
background-color css
<style>
a { background-color: #3A866D; }
a { background-color: rgb(58,134,109); }
div.DivClassName
{
background-color: #3A866D;
}
.BgClassName
{
background-color: #3A866D;
}
</style>
border-color css
<style>
span { border-color: #3A866D; }
span { border-color: rgb(58,134,109); }
td.TdClassName
{
border-color: #3A866D;
}
.TagClassName
{
border-color: #3A866D;
}
</style>