Shades of Viridian #3A8A6F
Tints of Viridian #3A8A6F
RGB
CMYK
RGB Variations
Color information
#3A8A6F (or 0x3A8A6F) is known color: Viridian. HEX triplet: 3A, 8A and 6F. RGB value is (58,138,111). Sum of RGB (Red+Green+Blue) = 58+138+111=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A6F is #C57590. Grayscale: #6F6F6F. Windows color (decimal): -12940689 or 7309882. OLE color: 7309882.
HSL color Cylindrical-coordinate representation of color #3A8A6F: hue angle of 159.75º 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 #3A8A6F is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 111 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.46 |
| HSL | 159.75º | 0.41% | 0.38% | - |
| HSV(B) | 159.75º | 0.58% | 0.54% | - |
| XYZ | 13.7 | 20.22 | 18.22 | - |
| YUV | 111 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 111 | 0.58 | 0 | 0.20 | 0.46 | 159.75 | 0.41 | 0.38 |
| Hex | 3A | 8A | 6F | 3A | 0 | 14 | 2E | A0 | 29 | 26 |
| Octal | 72 | 212 | 157 | 72 | 0 | 24 | 56 | 240 | 51 | 46 |
| Binary | 111010 | 10001010 | 1101111 | 111010 | 0 | 10100 | 101110 | 10100000 | 101001 | 100110 |
Color Harmonies of #3A8A6F
Complementary color
Monochromatic Colors of #3A8A6F
Black with #3A8A6F
Text Example
Text Example
White with #3A8A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A6F; }
p { color: rgb(58,138,111); }
H1.HeaderClassName
{
color: #3A8A6F;
}
.AnyTagClassName
{
color: #3A8A6F;
}
</style>
background-color css
<style>
a { background-color: #3A8A6F; }
a { background-color: rgb(58,138,111); }
div.DivClassName
{
background-color: #3A8A6F;
}
.BgClassName
{
background-color: #3A8A6F;
}
</style>
border-color css
<style>
span { border-color: #3A8A6F; }
span { border-color: rgb(58,138,111); }
td.TdClassName
{
border-color: #3A8A6F;
}
.TagClassName
{
border-color: #3A8A6F;
}
</style>