Shades of Viridian Green #5A625F
Tints of Viridian Green #5A625F
RGB
CMYK
RGB Variations
Color information
#5A625F (or 0x5A625F) is known color: Viridian Green. HEX triplet: 5A, 62 and 5F. RGB value is (90,98,95). Sum of RGB (Red+Green+Blue) = 90+98+95=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 98 - color contains mainly: green. Hex color #5A625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A625F is #A59DA0. Grayscale: #5F5F5F. Windows color (decimal): -10853793 or 6251098. OLE color: 6251098.
HSL color Cylindrical-coordinate representation of color #5A625F: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5A625F is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 95 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.62 |
| HSL | 157.5º | 0.04% | 0.37% | - |
| HSV(B) | 157.5º | 0.08% | 0.38% | - |
| XYZ | 10.65 | 11.74 | 12.53 | - |
| YUV | 95.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 95 | 0.08 | 0 | 0.03 | 0.62 | 157.5 | 0.04 | 0.37 |
| Hex | 5A | 62 | 5F | 8 | 0 | 3 | 3E | 9E | 4 | 25 |
| Octal | 132 | 142 | 137 | 10 | 0 | 3 | 76 | 236 | 4 | 45 |
| Binary | 1011010 | 1100010 | 1011111 | 1000 | 0 | 11 | 111110 | 10011110 | 100 | 100101 |
Color Harmonies of #5A625F
Complementary color
Monochromatic Colors of #5A625F
Black with #5A625F
Text Example
Text Example
White with #5A625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A625F; }
p { color: rgb(90,98,95); }
H1.HeaderClassName
{
color: #5A625F;
}
.AnyTagClassName
{
color: #5A625F;
}
</style>
background-color css
<style>
a { background-color: #5A625F; }
a { background-color: rgb(90,98,95); }
div.DivClassName
{
background-color: #5A625F;
}
.BgClassName
{
background-color: #5A625F;
}
</style>
border-color css
<style>
span { border-color: #5A625F; }
span { border-color: rgb(90,98,95); }
td.TdClassName
{
border-color: #5A625F;
}
.TagClassName
{
border-color: #5A625F;
}
</style>