Shades of Viridian #3A7763
Tints of Viridian #3A7763
RGB
CMYK
RGB Variations
Color information
#3A7763 (or 0x3A7763) is known color: Viridian. HEX triplet: 3A, 77 and 63. RGB value is (58,119,99). Sum of RGB (Red+Green+Blue) = 58+119+99=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7763 is #C5889C. Grayscale: #626262. Windows color (decimal): -12945565 or 6518586. OLE color: 6518586.
HSL color Cylindrical-coordinate representation of color #3A7763: hue angle of 160.33º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7763 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 99 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.53 |
| HSL | 160.33º | 0.34% | 0.35% | - |
| HSV(B) | 160.33º | 0.51% | 0.47% | - |
| XYZ | 10.59 | 14.99 | 14.14 | - |
| YUV | 98.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 99 | 0.51 | 0 | 0.17 | 0.53 | 160.33 | 0.34 | 0.35 |
| Hex | 3A | 77 | 63 | 33 | 0 | 11 | 35 | A0 | 22 | 23 |
| Octal | 72 | 167 | 143 | 63 | 0 | 21 | 65 | 240 | 42 | 43 |
| Binary | 111010 | 1110111 | 1100011 | 110011 | 0 | 10001 | 110101 | 10100000 | 100010 | 100011 |
Color Harmonies of #3A7763
Complementary color
Monochromatic Colors of #3A7763
Black with #3A7763
Text Example
Text Example
White with #3A7763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7763; }
p { color: rgb(58,119,99); }
H1.HeaderClassName
{
color: #3A7763;
}
.AnyTagClassName
{
color: #3A7763;
}
</style>
background-color css
<style>
a { background-color: #3A7763; }
a { background-color: rgb(58,119,99); }
div.DivClassName
{
background-color: #3A7763;
}
.BgClassName
{
background-color: #3A7763;
}
</style>
border-color css
<style>
span { border-color: #3A7763; }
span { border-color: rgb(58,119,99); }
td.TdClassName
{
border-color: #3A7763;
}
.TagClassName
{
border-color: #3A7763;
}
</style>