Shades of Viridian #3A8164
Tints of Viridian #3A8164
RGB
CMYK
RGB Variations
Color information
#3A8164 (or 0x3A8164) is known color: Viridian. HEX triplet: 3A, 81 and 64. RGB value is (58,129,100). Sum of RGB (Red+Green+Blue) = 58+129+100=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #3A8164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8164 is #C57E9B. Grayscale: #686868. Windows color (decimal): -12943004 or 6586682. OLE color: 6586682.
HSL color Cylindrical-coordinate representation of color #3A8164: hue angle of 155.49º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8164 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 129 | 100 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.49 |
| HSL | 155.49º | 0.38% | 0.37% | - |
| HSV(B) | 155.49º | 0.55% | 0.51% | - |
| XYZ | 11.9 | 17.52 | 14.81 | - |
| YUV | 104.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 100 | 0.55 | 0 | 0.22 | 0.49 | 155.49 | 0.38 | 0.37 |
| Hex | 3A | 81 | 64 | 37 | 0 | 16 | 31 | 9B | 26 | 25 |
| Octal | 72 | 201 | 144 | 67 | 0 | 26 | 61 | 233 | 46 | 45 |
| Binary | 111010 | 10000001 | 1100100 | 110111 | 0 | 10110 | 110001 | 10011011 | 100110 | 100101 |
Color Harmonies of #3A8164
Complementary color
Monochromatic Colors of #3A8164
Black with #3A8164
Text Example
Text Example
White with #3A8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8164; }
p { color: rgb(58,129,100); }
H1.HeaderClassName
{
color: #3A8164;
}
.AnyTagClassName
{
color: #3A8164;
}
</style>
background-color css
<style>
a { background-color: #3A8164; }
a { background-color: rgb(58,129,100); }
div.DivClassName
{
background-color: #3A8164;
}
.BgClassName
{
background-color: #3A8164;
}
</style>
border-color css
<style>
span { border-color: #3A8164; }
span { border-color: rgb(58,129,100); }
td.TdClassName
{
border-color: #3A8164;
}
.TagClassName
{
border-color: #3A8164;
}
</style>