Shades of Viridian Green #54655E
Tints of Viridian Green #54655E
RGB
CMYK
RGB Variations
Color information
#54655E (or 0x54655E) is known color: Viridian Green. HEX triplet: 54, 65 and 5E. RGB value is (84,101,94). Sum of RGB (Red+Green+Blue) = 84+101+94=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #54655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54655E is #AB9AA1. Grayscale: #5F5F5F. Windows color (decimal): -11246242 or 6186324. OLE color: 6186324.
HSL color Cylindrical-coordinate representation of color #54655E: hue angle of 155.29º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #54655E is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 94 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.60 |
| HSL | 155.29º | 0.09% | 0.36% | - |
| HSV(B) | 155.29º | 0.17% | 0.4% | - |
| XYZ | 10.33 | 12 | 12.36 | - |
| YUV | 95.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 94 | 0.17 | 0 | 0.07 | 0.60 | 155.29 | 0.09 | 0.36 |
| Hex | 54 | 65 | 5E | 11 | 0 | 7 | 3C | 9B | 9 | 24 |
| Octal | 124 | 145 | 136 | 21 | 0 | 7 | 74 | 233 | 11 | 44 |
| Binary | 1010100 | 1100101 | 1011110 | 10001 | 0 | 111 | 111100 | 10011011 | 1001 | 100100 |
Color Harmonies of #54655E
Complementary color
Monochromatic Colors of #54655E
Black with #54655E
Text Example
Text Example
White with #54655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54655E; }
p { color: rgb(84,101,94); }
H1.HeaderClassName
{
color: #54655E;
}
.AnyTagClassName
{
color: #54655E;
}
</style>
background-color css
<style>
a { background-color: #54655E; }
a { background-color: rgb(84,101,94); }
div.DivClassName
{
background-color: #54655E;
}
.BgClassName
{
background-color: #54655E;
}
</style>
border-color css
<style>
span { border-color: #54655E; }
span { border-color: rgb(84,101,94); }
td.TdClassName
{
border-color: #54655E;
}
.TagClassName
{
border-color: #54655E;
}
</style>