Shades of Viridian Green #545D59
Tints of Viridian Green #545D59
RGB
CMYK
RGB Variations
Color information
#545D59 (or 0x545D59) is known color: Viridian Green. HEX triplet: 54, 5D and 59. RGB value is (84,93,89). Sum of RGB (Red+Green+Blue) = 84+93+89=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 93 - color contains mainly: green. Hex color #545D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D59 is #ABA2A6. Grayscale: #595959. Windows color (decimal): -11248295 or 5856596. OLE color: 5856596.
HSL color Cylindrical-coordinate representation of color #545D59: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #545D59 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 93 | 89 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.64 |
| HSL | 153.33º | 0.05% | 0.35% | - |
| HSV(B) | 153.33º | 0.1% | 0.36% | - |
| XYZ | 9.37 | 10.43 | 10.97 | - |
| YUV | 89.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 89 | 0.10 | 0 | 0.04 | 0.64 | 153.33 | 0.05 | 0.35 |
| Hex | 54 | 5D | 59 | A | 0 | 4 | 40 | 99 | 5 | 23 |
| Octal | 124 | 135 | 131 | 12 | 0 | 4 | 100 | 231 | 5 | 43 |
| Binary | 1010100 | 1011101 | 1011001 | 1010 | 0 | 100 | 1000000 | 10011001 | 101 | 100011 |
Color Harmonies of #545D59
Complementary color
Monochromatic Colors of #545D59
Black with #545D59
Text Example
Text Example
White with #545D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D59; }
p { color: rgb(84,93,89); }
H1.HeaderClassName
{
color: #545D59;
}
.AnyTagClassName
{
color: #545D59;
}
</style>
background-color css
<style>
a { background-color: #545D59; }
a { background-color: rgb(84,93,89); }
div.DivClassName
{
background-color: #545D59;
}
.BgClassName
{
background-color: #545D59;
}
</style>
border-color css
<style>
span { border-color: #545D59; }
span { border-color: rgb(84,93,89); }
td.TdClassName
{
border-color: #545D59;
}
.TagClassName
{
border-color: #545D59;
}
</style>