Shades of Viridian #3A7762
Tints of Viridian #3A7762
RGB
CMYK
RGB Variations
Color information
#3A7762 (or 0x3A7762) is known color: Viridian. HEX triplet: 3A, 77 and 62. RGB value is (58,119,98). Sum of RGB (Red+Green+Blue) = 58+119+98=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7762 is #C5889D. Grayscale: #626262. Windows color (decimal): -12945566 or 6453050. OLE color: 6453050.
HSL color Cylindrical-coordinate representation of color #3A7762: hue angle of 159.34º 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 #3A7762 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 98 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.53 |
| HSL | 159.34º | 0.34% | 0.35% | - |
| HSV(B) | 159.34º | 0.51% | 0.47% | - |
| XYZ | 10.55 | 14.98 | 13.89 | - |
| YUV | 98.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 98 | 0.51 | 0 | 0.18 | 0.53 | 159.34 | 0.34 | 0.35 |
| Hex | 3A | 77 | 62 | 33 | 0 | 12 | 35 | 9F | 22 | 23 |
| Octal | 72 | 167 | 142 | 63 | 0 | 22 | 65 | 237 | 42 | 43 |
| Binary | 111010 | 1110111 | 1100010 | 110011 | 0 | 10010 | 110101 | 10011111 | 100010 | 100011 |
Color Harmonies of #3A7762
Complementary color
Monochromatic Colors of #3A7762
Black with #3A7762
Text Example
Text Example
White with #3A7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7762; }
p { color: rgb(58,119,98); }
H1.HeaderClassName
{
color: #3A7762;
}
.AnyTagClassName
{
color: #3A7762;
}
</style>
background-color css
<style>
a { background-color: #3A7762; }
a { background-color: rgb(58,119,98); }
div.DivClassName
{
background-color: #3A7762;
}
.BgClassName
{
background-color: #3A7762;
}
</style>
border-color css
<style>
span { border-color: #3A7762; }
span { border-color: rgb(58,119,98); }
td.TdClassName
{
border-color: #3A7762;
}
.TagClassName
{
border-color: #3A7762;
}
</style>