Shades of Viridian Green #56625E
Tints of Viridian Green #56625E
RGB
CMYK
RGB Variations
Color information
#56625E (or 0x56625E) is known color: Viridian Green. HEX triplet: 56, 62 and 5E. RGB value is (86,98,94). Sum of RGB (Red+Green+Blue) = 86+98+94=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #56625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56625E is #A99DA1. Grayscale: #5D5D5D. Windows color (decimal): -11115938 or 6185558. OLE color: 6185558.
HSL color Cylindrical-coordinate representation of color #56625E: hue angle of 160º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #56625E is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 98 | 94 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.62 |
| HSL | 160º | 0.07% | 0.36% | - |
| HSV(B) | 160º | 0.12% | 0.38% | - |
| XYZ | 10.23 | 11.52 | 12.27 | - |
| YUV | 93.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 94 | 0.12 | 0 | 0.04 | 0.62 | 160 | 0.07 | 0.36 |
| Hex | 56 | 62 | 5E | C | 0 | 4 | 3E | A0 | 7 | 24 |
| Octal | 126 | 142 | 136 | 14 | 0 | 4 | 76 | 240 | 7 | 44 |
| Binary | 1010110 | 1100010 | 1011110 | 1100 | 0 | 100 | 111110 | 10100000 | 111 | 100100 |
Color Harmonies of #56625E
Complementary color
Monochromatic Colors of #56625E
Black with #56625E
Text Example
Text Example
White with #56625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56625E; }
p { color: rgb(86,98,94); }
H1.HeaderClassName
{
color: #56625E;
}
.AnyTagClassName
{
color: #56625E;
}
</style>
background-color css
<style>
a { background-color: #56625E; }
a { background-color: rgb(86,98,94); }
div.DivClassName
{
background-color: #56625E;
}
.BgClassName
{
background-color: #56625E;
}
</style>
border-color css
<style>
span { border-color: #56625E; }
span { border-color: rgb(86,98,94); }
td.TdClassName
{
border-color: #56625E;
}
.TagClassName
{
border-color: #56625E;
}
</style>