Shades of Viridian Green #54615C
Tints of Viridian Green #54615C
RGB
CMYK
RGB Variations
Color information
#54615C (or 0x54615C) is known color: Viridian Green. HEX triplet: 54, 61 and 5C. RGB value is (84,97,92). Sum of RGB (Red+Green+Blue) = 84+97+92=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #54615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54615C is #AB9EA3. Grayscale: #5C5C5C. Windows color (decimal): -11247268 or 6054228. OLE color: 6054228.
HSL color Cylindrical-coordinate representation of color #54615C: hue angle of 156.92º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #54615C is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 97 | 92 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.62 |
| HSL | 156.92º | 0.07% | 0.35% | - |
| HSV(B) | 156.92º | 0.13% | 0.38% | - |
| XYZ | 9.86 | 11.21 | 11.77 | - |
| YUV | 92.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 92 | 0.13 | 0 | 0.05 | 0.62 | 156.92 | 0.07 | 0.35 |
| Hex | 54 | 61 | 5C | D | 0 | 5 | 3E | 9D | 7 | 23 |
| Octal | 124 | 141 | 134 | 15 | 0 | 5 | 76 | 235 | 7 | 43 |
| Binary | 1010100 | 1100001 | 1011100 | 1101 | 0 | 101 | 111110 | 10011101 | 111 | 100011 |
Color Harmonies of #54615C
Complementary color
Monochromatic Colors of #54615C
Black with #54615C
Text Example
Text Example
White with #54615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54615C; }
p { color: rgb(84,97,92); }
H1.HeaderClassName
{
color: #54615C;
}
.AnyTagClassName
{
color: #54615C;
}
</style>
background-color css
<style>
a { background-color: #54615C; }
a { background-color: rgb(84,97,92); }
div.DivClassName
{
background-color: #54615C;
}
.BgClassName
{
background-color: #54615C;
}
</style>
border-color css
<style>
span { border-color: #54615C; }
span { border-color: rgb(84,97,92); }
td.TdClassName
{
border-color: #54615C;
}
.TagClassName
{
border-color: #54615C;
}
</style>