Shades of Viridian #3A896B
Tints of Viridian #3A896B
RGB
CMYK
RGB Variations
Color information
#3A896B (or 0x3A896B) is known color: Viridian. HEX triplet: 3A, 89 and 6B. RGB value is (58,137,107). Sum of RGB (Red+Green+Blue) = 58+137+107=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #3A896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A896B is #C57694. Grayscale: #6D6D6D. Windows color (decimal): -12940949 or 7047482. OLE color: 7047482.
HSL color Cylindrical-coordinate representation of color #3A896B: hue angle of 157.22º 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 #3A896B is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 107 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.46 |
| HSL | 157.22º | 0.41% | 0.38% | - |
| HSV(B) | 157.22º | 0.58% | 0.54% | - |
| XYZ | 13.34 | 19.85 | 17.04 | - |
| YUV | 109.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 107 | 0.58 | 0 | 0.22 | 0.46 | 157.22 | 0.41 | 0.38 |
| Hex | 3A | 89 | 6B | 3A | 0 | 16 | 2E | 9D | 29 | 26 |
| Octal | 72 | 211 | 153 | 72 | 0 | 26 | 56 | 235 | 51 | 46 |
| Binary | 111010 | 10001001 | 1101011 | 111010 | 0 | 10110 | 101110 | 10011101 | 101001 | 100110 |
Color Harmonies of #3A896B
Complementary color
Monochromatic Colors of #3A896B
Black with #3A896B
Text Example
Text Example
White with #3A896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A896B; }
p { color: rgb(58,137,107); }
H1.HeaderClassName
{
color: #3A896B;
}
.AnyTagClassName
{
color: #3A896B;
}
</style>
background-color css
<style>
a { background-color: #3A896B; }
a { background-color: rgb(58,137,107); }
div.DivClassName
{
background-color: #3A896B;
}
.BgClassName
{
background-color: #3A896B;
}
</style>
border-color css
<style>
span { border-color: #3A896B; }
span { border-color: rgb(58,137,107); }
td.TdClassName
{
border-color: #3A896B;
}
.TagClassName
{
border-color: #3A896B;
}
</style>