Shades of Viridian Green #545F5A
Tints of Viridian Green #545F5A
RGB
CMYK
RGB Variations
Color information
#545F5A (or 0x545F5A) is known color: Viridian Green. HEX triplet: 54, 5F and 5A. RGB value is (84,95,90). Sum of RGB (Red+Green+Blue) = 84+95+90=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 95 - color contains mainly: green. Hex color #545F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F5A is #ABA0A5. Grayscale: #5B5B5B. Windows color (decimal): -11247782 or 5922644. OLE color: 5922644.
HSL color Cylindrical-coordinate representation of color #545F5A: hue angle of 152.73º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #545F5A is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 95 | 90 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.63 |
| HSL | 152.73º | 0.06% | 0.35% | - |
| HSV(B) | 152.73º | 0.12% | 0.37% | - |
| XYZ | 9.59 | 10.81 | 11.25 | - |
| YUV | 91.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 90 | 0.12 | 0 | 0.05 | 0.63 | 152.73 | 0.06 | 0.35 |
| Hex | 54 | 5F | 5A | C | 0 | 5 | 3F | 99 | 6 | 23 |
| Octal | 124 | 137 | 132 | 14 | 0 | 5 | 77 | 231 | 6 | 43 |
| Binary | 1010100 | 1011111 | 1011010 | 1100 | 0 | 101 | 111111 | 10011001 | 110 | 100011 |
Color Harmonies of #545F5A
Complementary color
Monochromatic Colors of #545F5A
Black with #545F5A
Text Example
Text Example
White with #545F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F5A; }
p { color: rgb(84,95,90); }
H1.HeaderClassName
{
color: #545F5A;
}
.AnyTagClassName
{
color: #545F5A;
}
</style>
background-color css
<style>
a { background-color: #545F5A; }
a { background-color: rgb(84,95,90); }
div.DivClassName
{
background-color: #545F5A;
}
.BgClassName
{
background-color: #545F5A;
}
</style>
border-color css
<style>
span { border-color: #545F5A; }
span { border-color: rgb(84,95,90); }
td.TdClassName
{
border-color: #545F5A;
}
.TagClassName
{
border-color: #545F5A;
}
</style>