Shades of Viridian #3A7E63
Tints of Viridian #3A7E63
RGB
CMYK
RGB Variations
Color information
#3A7E63 (or 0x3A7E63) is known color: Viridian. HEX triplet: 3A, 7E and 63. RGB value is (58,126,99). Sum of RGB (Red+Green+Blue) = 58+126+99=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7E63 is #C5819C. Grayscale: #666666. Windows color (decimal): -12943773 or 6520378. OLE color: 6520378.
HSL color Cylindrical-coordinate representation of color #3A7E63: hue angle of 156.18º 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 #3A7E63 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 126 | 99 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.51 |
| HSL | 156.18º | 0.37% | 0.36% | - |
| HSV(B) | 156.18º | 0.54% | 0.49% | - |
| XYZ | 11.46 | 16.72 | 14.43 | - |
| YUV | 102.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 99 | 0.54 | 0 | 0.21 | 0.51 | 156.18 | 0.37 | 0.36 |
| Hex | 3A | 7E | 63 | 36 | 0 | 15 | 33 | 9C | 25 | 24 |
| Octal | 72 | 176 | 143 | 66 | 0 | 25 | 63 | 234 | 45 | 44 |
| Binary | 111010 | 1111110 | 1100011 | 110110 | 0 | 10101 | 110011 | 10011100 | 100101 | 100100 |
Color Harmonies of #3A7E63
Complementary color
Monochromatic Colors of #3A7E63
Black with #3A7E63
Text Example
Text Example
White with #3A7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7E63; }
p { color: rgb(58,126,99); }
H1.HeaderClassName
{
color: #3A7E63;
}
.AnyTagClassName
{
color: #3A7E63;
}
</style>
background-color css
<style>
a { background-color: #3A7E63; }
a { background-color: rgb(58,126,99); }
div.DivClassName
{
background-color: #3A7E63;
}
.BgClassName
{
background-color: #3A7E63;
}
</style>
border-color css
<style>
span { border-color: #3A7E63; }
span { border-color: rgb(58,126,99); }
td.TdClassName
{
border-color: #3A7E63;
}
.TagClassName
{
border-color: #3A7E63;
}
</style>