Shades of Viridian #3A886E
Tints of Viridian #3A886E
RGB
CMYK
RGB Variations
Color information
#3A886E (or 0x3A886E) is known color: Viridian. HEX triplet: 3A, 88 and 6E. RGB value is (58,136,110). Sum of RGB (Red+Green+Blue) = 58+136+110=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #3A886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A886E is #C57791. Grayscale: #6D6D6D. Windows color (decimal): -12941202 or 7243834. OLE color: 7243834.
HSL color Cylindrical-coordinate representation of color #3A886E: hue angle of 160º 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 #3A886E is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 110 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.47 |
| HSL | 160º | 0.4% | 0.38% | - |
| HSV(B) | 160º | 0.57% | 0.53% | - |
| XYZ | 13.36 | 19.63 | 17.84 | - |
| YUV | 109.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 110 | 0.57 | 0 | 0.19 | 0.47 | 160 | 0.4 | 0.38 |
| Hex | 3A | 88 | 6E | 39 | 0 | 13 | 2F | A0 | 28 | 26 |
| Octal | 72 | 210 | 156 | 71 | 0 | 23 | 57 | 240 | 50 | 46 |
| Binary | 111010 | 10001000 | 1101110 | 111001 | 0 | 10011 | 101111 | 10100000 | 101000 | 100110 |
Color Harmonies of #3A886E
Complementary color
Monochromatic Colors of #3A886E
Black with #3A886E
Text Example
Text Example
White with #3A886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A886E; }
p { color: rgb(58,136,110); }
H1.HeaderClassName
{
color: #3A886E;
}
.AnyTagClassName
{
color: #3A886E;
}
</style>
background-color css
<style>
a { background-color: #3A886E; }
a { background-color: rgb(58,136,110); }
div.DivClassName
{
background-color: #3A886E;
}
.BgClassName
{
background-color: #3A886E;
}
</style>
border-color css
<style>
span { border-color: #3A886E; }
span { border-color: rgb(58,136,110); }
td.TdClassName
{
border-color: #3A886E;
}
.TagClassName
{
border-color: #3A886E;
}
</style>