Shades of Viridian Green #54625E
Tints of Viridian Green #54625E
RGB
CMYK
RGB Variations
Color information
#54625E (or 0x54625E) is known color: Viridian Green. HEX triplet: 54, 62 and 5E. RGB value is (84,98,94). Sum of RGB (Red+Green+Blue) = 84+98+94=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 98 - color contains mainly: green. Hex color #54625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54625E is #AB9DA1. Grayscale: #5D5D5D. Windows color (decimal): -11247010 or 6185556. OLE color: 6185556.
HSL color Cylindrical-coordinate representation of color #54625E: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #54625E is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 94 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.62 |
| HSL | 162.86º | 0.08% | 0.36% | - |
| HSV(B) | 162.86º | 0.14% | 0.38% | - |
| XYZ | 10.04 | 11.43 | 12.27 | - |
| YUV | 93.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 94 | 0.14 | 0 | 0.04 | 0.62 | 162.86 | 0.08 | 0.36 |
| Hex | 54 | 62 | 5E | E | 0 | 4 | 3E | A3 | 8 | 24 |
| Octal | 124 | 142 | 136 | 16 | 0 | 4 | 76 | 243 | 10 | 44 |
| Binary | 1010100 | 1100010 | 1011110 | 1110 | 0 | 100 | 111110 | 10100011 | 1000 | 100100 |
Color Harmonies of #54625E
Complementary color
Monochromatic Colors of #54625E
Black with #54625E
Text Example
Text Example
White with #54625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54625E; }
p { color: rgb(84,98,94); }
H1.HeaderClassName
{
color: #54625E;
}
.AnyTagClassName
{
color: #54625E;
}
</style>
background-color css
<style>
a { background-color: #54625E; }
a { background-color: rgb(84,98,94); }
div.DivClassName
{
background-color: #54625E;
}
.BgClassName
{
background-color: #54625E;
}
</style>
border-color css
<style>
span { border-color: #54625E; }
span { border-color: rgb(84,98,94); }
td.TdClassName
{
border-color: #54625E;
}
.TagClassName
{
border-color: #54625E;
}
</style>