Shades of Viridian Green #54685F
Tints of Viridian Green #54685F
RGB
CMYK
RGB Variations
Color information
#54685F (or 0x54685F) is known color: Viridian Green. HEX triplet: 54, 68 and 5F. RGB value is (84,104,95). Sum of RGB (Red+Green+Blue) = 84+104+95=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #54685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54685F is #AB97A0. Grayscale: #616161. Windows color (decimal): -11245473 or 6252628. OLE color: 6252628.
HSL color Cylindrical-coordinate representation of color #54685F: hue angle of 153º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #54685F is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 95 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.59 |
| HSL | 153º | 0.11% | 0.37% | - |
| HSV(B) | 153º | 0.19% | 0.41% | - |
| XYZ | 10.67 | 12.61 | 12.7 | - |
| YUV | 96.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 95 | 0.19 | 0 | 0.09 | 0.59 | 153 | 0.11 | 0.37 |
| Hex | 54 | 68 | 5F | 13 | 0 | 9 | 3B | 99 | B | 25 |
| Octal | 124 | 150 | 137 | 23 | 0 | 11 | 73 | 231 | 13 | 45 |
| Binary | 1010100 | 1101000 | 1011111 | 10011 | 0 | 1001 | 111011 | 10011001 | 1011 | 100101 |
Color Harmonies of #54685F
Complementary color
Monochromatic Colors of #54685F
Black with #54685F
Text Example
Text Example
White with #54685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54685F; }
p { color: rgb(84,104,95); }
H1.HeaderClassName
{
color: #54685F;
}
.AnyTagClassName
{
color: #54685F;
}
</style>
background-color css
<style>
a { background-color: #54685F; }
a { background-color: rgb(84,104,95); }
div.DivClassName
{
background-color: #54685F;
}
.BgClassName
{
background-color: #54685F;
}
</style>
border-color css
<style>
span { border-color: #54685F; }
span { border-color: rgb(84,104,95); }
td.TdClassName
{
border-color: #54685F;
}
.TagClassName
{
border-color: #54685F;
}
</style>