Shades of Viridian #3A8A67
Tints of Viridian #3A8A67
RGB
CMYK
RGB Variations
Color information
#3A8A67 (or 0x3A8A67) is known color: Viridian. HEX triplet: 3A, 8A and 67. RGB value is (58,138,103). Sum of RGB (Red+Green+Blue) = 58+138+103=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A67 is #C57598. Grayscale: #6E6E6E. Windows color (decimal): -12940697 or 6785594. OLE color: 6785594.
HSL color Cylindrical-coordinate representation of color #3A8A67: hue angle of 153.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 #3A8A67 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 103 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.46 |
| HSL | 153.75º | 0.41% | 0.38% | - |
| HSV(B) | 153.75º | 0.58% | 0.54% | - |
| XYZ | 13.28 | 20.06 | 16 | - |
| YUV | 110.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 103 | 0.58 | 0 | 0.25 | 0.46 | 153.75 | 0.41 | 0.38 |
| Hex | 3A | 8A | 67 | 3A | 0 | 19 | 2E | 9A | 29 | 26 |
| Octal | 72 | 212 | 147 | 72 | 0 | 31 | 56 | 232 | 51 | 46 |
| Binary | 111010 | 10001010 | 1100111 | 111010 | 0 | 11001 | 101110 | 10011010 | 101001 | 100110 |
Color Harmonies of #3A8A67
Complementary color
Monochromatic Colors of #3A8A67
Black with #3A8A67
Text Example
Text Example
White with #3A8A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A67; }
p { color: rgb(58,138,103); }
H1.HeaderClassName
{
color: #3A8A67;
}
.AnyTagClassName
{
color: #3A8A67;
}
</style>
background-color css
<style>
a { background-color: #3A8A67; }
a { background-color: rgb(58,138,103); }
div.DivClassName
{
background-color: #3A8A67;
}
.BgClassName
{
background-color: #3A8A67;
}
</style>
border-color css
<style>
span { border-color: #3A8A67; }
span { border-color: rgb(58,138,103); }
td.TdClassName
{
border-color: #3A8A67;
}
.TagClassName
{
border-color: #3A8A67;
}
</style>