Shades of Viridian #3A896E
Tints of Viridian #3A896E
RGB
CMYK
RGB Variations
Color information
#3A896E (or 0x3A896E) is known color: Viridian. HEX triplet: 3A, 89 and 6E. RGB value is (58,137,110). Sum of RGB (Red+Green+Blue) = 58+137+110=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #3A896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A896E is #C57691. Grayscale: #6E6E6E. Windows color (decimal): -12940946 or 7244090. OLE color: 7244090.
HSL color Cylindrical-coordinate representation of color #3A896E: hue angle of 159.49º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A896E is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 110 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.46 |
| HSL | 159.49º | 0.41% | 0.38% | - |
| HSV(B) | 159.49º | 0.58% | 0.54% | - |
| XYZ | 13.51 | 19.92 | 17.88 | - |
| YUV | 110.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 110 | 0.58 | 0 | 0.20 | 0.46 | 159.49 | 0.41 | 0.38 |
| Hex | 3A | 89 | 6E | 3A | 0 | 14 | 2E | 9F | 29 | 26 |
| Octal | 72 | 211 | 156 | 72 | 0 | 24 | 56 | 237 | 51 | 46 |
| Binary | 111010 | 10001001 | 1101110 | 111010 | 0 | 10100 | 101110 | 10011111 | 101001 | 100110 |
Color Harmonies of #3A896E
Complementary color
Monochromatic Colors of #3A896E
Black with #3A896E
Text Example
Text Example
White with #3A896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A896E; }
p { color: rgb(58,137,110); }
H1.HeaderClassName
{
color: #3A896E;
}
.AnyTagClassName
{
color: #3A896E;
}
</style>
background-color css
<style>
a { background-color: #3A896E; }
a { background-color: rgb(58,137,110); }
div.DivClassName
{
background-color: #3A896E;
}
.BgClassName
{
background-color: #3A896E;
}
</style>
border-color css
<style>
span { border-color: #3A896E; }
span { border-color: rgb(58,137,110); }
td.TdClassName
{
border-color: #3A896E;
}
.TagClassName
{
border-color: #3A896E;
}
</style>