Shades of Viridian #3A8064
Tints of Viridian #3A8064
RGB
CMYK
RGB Variations
Color information
#3A8064 (or 0x3A8064) is known color: Viridian. HEX triplet: 3A, 80 and 64. RGB value is (58,128,100). Sum of RGB (Red+Green+Blue) = 58+128+100=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8064 is #C57F9B. Grayscale: #676767. Windows color (decimal): -12943260 or 6586426. OLE color: 6586426.
HSL color Cylindrical-coordinate representation of color #3A8064: hue angle of 156º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8064 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 100 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.50 |
| HSL | 156º | 0.38% | 0.36% | - |
| HSV(B) | 156º | 0.55% | 0.5% | - |
| XYZ | 11.76 | 17.26 | 14.77 | - |
| YUV | 103.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 100 | 0.55 | 0 | 0.22 | 0.50 | 156 | 0.38 | 0.36 |
| Hex | 3A | 80 | 64 | 37 | 0 | 16 | 32 | 9C | 26 | 24 |
| Octal | 72 | 200 | 144 | 67 | 0 | 26 | 62 | 234 | 46 | 44 |
| Binary | 111010 | 10000000 | 1100100 | 110111 | 0 | 10110 | 110010 | 10011100 | 100110 | 100100 |
Color Harmonies of #3A8064
Complementary color
Monochromatic Colors of #3A8064
Black with #3A8064
Text Example
Text Example
White with #3A8064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8064; }
p { color: rgb(58,128,100); }
H1.HeaderClassName
{
color: #3A8064;
}
.AnyTagClassName
{
color: #3A8064;
}
</style>
background-color css
<style>
a { background-color: #3A8064; }
a { background-color: rgb(58,128,100); }
div.DivClassName
{
background-color: #3A8064;
}
.BgClassName
{
background-color: #3A8064;
}
</style>
border-color css
<style>
span { border-color: #3A8064; }
span { border-color: rgb(58,128,100); }
td.TdClassName
{
border-color: #3A8064;
}
.TagClassName
{
border-color: #3A8064;
}
</style>