Shades of Viridian #3A7662
Tints of Viridian #3A7662
RGB
CMYK
RGB Variations
Color information
#3A7662 (or 0x3A7662) is known color: Viridian. HEX triplet: 3A, 76 and 62. RGB value is (58,118,98). Sum of RGB (Red+Green+Blue) = 58+118+98=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7662 is #C5899D. Grayscale: #616161. Windows color (decimal): -12945822 or 6452794. OLE color: 6452794.
HSL color Cylindrical-coordinate representation of color #3A7662: hue angle of 160º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7662 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 118 | 98 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.54 |
| HSL | 160º | 0.34% | 0.35% | - |
| HSV(B) | 160º | 0.51% | 0.46% | - |
| XYZ | 10.43 | 14.74 | 13.85 | - |
| YUV | 97.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 118 | 98 | 0.51 | 0 | 0.17 | 0.54 | 160 | 0.34 | 0.35 |
| Hex | 3A | 76 | 62 | 33 | 0 | 11 | 36 | A0 | 22 | 23 |
| Octal | 72 | 166 | 142 | 63 | 0 | 21 | 66 | 240 | 42 | 43 |
| Binary | 111010 | 1110110 | 1100010 | 110011 | 0 | 10001 | 110110 | 10100000 | 100010 | 100011 |
Color Harmonies of #3A7662
Complementary color
Monochromatic Colors of #3A7662
Black with #3A7662
Text Example
Text Example
White with #3A7662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7662; }
p { color: rgb(58,118,98); }
H1.HeaderClassName
{
color: #3A7662;
}
.AnyTagClassName
{
color: #3A7662;
}
</style>
background-color css
<style>
a { background-color: #3A7662; }
a { background-color: rgb(58,118,98); }
div.DivClassName
{
background-color: #3A7662;
}
.BgClassName
{
background-color: #3A7662;
}
</style>
border-color css
<style>
span { border-color: #3A7662; }
span { border-color: rgb(58,118,98); }
td.TdClassName
{
border-color: #3A7662;
}
.TagClassName
{
border-color: #3A7662;
}
</style>