Shades of Viridian Green #54605D
Tints of Viridian Green #54605D
RGB
CMYK
RGB Variations
Color information
#54605D (or 0x54605D) is known color: Viridian Green. HEX triplet: 54, 60 and 5D. RGB value is (84,96,93). Sum of RGB (Red+Green+Blue) = 84+96+93=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 96 - color contains mainly: green. Hex color #54605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54605D is #AB9FA2. Grayscale: #5C5C5C. Windows color (decimal): -11247523 or 6119508. OLE color: 6119508.
HSL color Cylindrical-coordinate representation of color #54605D: hue angle of 165º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #54605D is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 93 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.62 |
| HSL | 165º | 0.07% | 0.35% | - |
| HSV(B) | 165º | 0.13% | 0.38% | - |
| XYZ | 9.81 | 11.04 | 11.97 | - |
| YUV | 92.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 93 | 0.12 | 0 | 0.03 | 0.62 | 165 | 0.07 | 0.35 |
| Hex | 54 | 60 | 5D | C | 0 | 3 | 3E | A5 | 7 | 23 |
| Octal | 124 | 140 | 135 | 14 | 0 | 3 | 76 | 245 | 7 | 43 |
| Binary | 1010100 | 1100000 | 1011101 | 1100 | 0 | 11 | 111110 | 10100101 | 111 | 100011 |
Color Harmonies of #54605D
Complementary color
Monochromatic Colors of #54605D
Black with #54605D
Text Example
Text Example
White with #54605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54605D; }
p { color: rgb(84,96,93); }
H1.HeaderClassName
{
color: #54605D;
}
.AnyTagClassName
{
color: #54605D;
}
</style>
background-color css
<style>
a { background-color: #54605D; }
a { background-color: rgb(84,96,93); }
div.DivClassName
{
background-color: #54605D;
}
.BgClassName
{
background-color: #54605D;
}
</style>
border-color css
<style>
span { border-color: #54605D; }
span { border-color: rgb(84,96,93); }
td.TdClassName
{
border-color: #54605D;
}
.TagClassName
{
border-color: #54605D;
}
</style>