Shades of Viridian #3A876C
Tints of Viridian #3A876C
RGB
CMYK
RGB Variations
Color information
#3A876C (or 0x3A876C) is known color: Viridian. HEX triplet: 3A, 87 and 6C. RGB value is (58,135,108). Sum of RGB (Red+Green+Blue) = 58+135+108=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #3A876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A876C is #C57893. Grayscale: #6C6C6C. Windows color (decimal): -12941460 or 7112506. OLE color: 7112506.
HSL color Cylindrical-coordinate representation of color #3A876C: hue angle of 158.96º 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 #3A876C is Cyan = 0.57, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 135 | 108 | - |
| CMYK | 0.57 | 0 | 0.2 | 0.47 |
| HSL | 158.96º | 0.4% | 0.38% | - |
| HSV(B) | 158.96º | 0.57% | 0.53% | - |
| XYZ | 13.12 | 19.31 | 17.22 | - |
| YUV | 108.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 108 | 0.57 | 0 | 0.2 | 0.47 | 158.96 | 0.4 | 0.38 |
| Hex | 3A | 87 | 6C | 39 | 0 | 14 | 2F | 9F | 28 | 26 |
| Octal | 72 | 207 | 154 | 71 | 0 | 24 | 57 | 237 | 50 | 46 |
| Binary | 111010 | 10000111 | 1101100 | 111001 | 0 | 10100 | 101111 | 10011111 | 101000 | 100110 |
Color Harmonies of #3A876C
Complementary color
Monochromatic Colors of #3A876C
Black with #3A876C
Text Example
Text Example
White with #3A876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A876C; }
p { color: rgb(58,135,108); }
H1.HeaderClassName
{
color: #3A876C;
}
.AnyTagClassName
{
color: #3A876C;
}
</style>
background-color css
<style>
a { background-color: #3A876C; }
a { background-color: rgb(58,135,108); }
div.DivClassName
{
background-color: #3A876C;
}
.BgClassName
{
background-color: #3A876C;
}
</style>
border-color css
<style>
span { border-color: #3A876C; }
span { border-color: rgb(58,135,108); }
td.TdClassName
{
border-color: #3A876C;
}
.TagClassName
{
border-color: #3A876C;
}
</style>