Shades of Viridian #3A7D64
Tints of Viridian #3A7D64
RGB
CMYK
RGB Variations
Color information
#3A7D64 (or 0x3A7D64) is known color: Viridian. HEX triplet: 3A, 7D and 64. RGB value is (58,125,100). Sum of RGB (Red+Green+Blue) = 58+125+100=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7D64 is #C5829B. Grayscale: #666666. Windows color (decimal): -12944028 or 6585658. OLE color: 6585658.
HSL color Cylindrical-coordinate representation of color #3A7D64: hue angle of 157.61º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7D64 is Cyan = 0.54, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 125 | 100 | - |
| CMYK | 0.54 | 0 | 0.2 | 0.51 |
| HSL | 157.61º | 0.37% | 0.36% | - |
| HSV(B) | 157.61º | 0.54% | 0.49% | - |
| XYZ | 11.38 | 16.49 | 14.64 | - |
| YUV | 102.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 100 | 0.54 | 0 | 0.2 | 0.51 | 157.61 | 0.37 | 0.36 |
| Hex | 3A | 7D | 64 | 36 | 0 | 14 | 33 | 9E | 25 | 24 |
| Octal | 72 | 175 | 144 | 66 | 0 | 24 | 63 | 236 | 45 | 44 |
| Binary | 111010 | 1111101 | 1100100 | 110110 | 0 | 10100 | 110011 | 10011110 | 100101 | 100100 |
Color Harmonies of #3A7D64
Complementary color
Monochromatic Colors of #3A7D64
Black with #3A7D64
Text Example
Text Example
White with #3A7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7D64; }
p { color: rgb(58,125,100); }
H1.HeaderClassName
{
color: #3A7D64;
}
.AnyTagClassName
{
color: #3A7D64;
}
</style>
background-color css
<style>
a { background-color: #3A7D64; }
a { background-color: rgb(58,125,100); }
div.DivClassName
{
background-color: #3A7D64;
}
.BgClassName
{
background-color: #3A7D64;
}
</style>
border-color css
<style>
span { border-color: #3A7D64; }
span { border-color: rgb(58,125,100); }
td.TdClassName
{
border-color: #3A7D64;
}
.TagClassName
{
border-color: #3A7D64;
}
</style>