Shades of Viridian Green #54645E
Tints of Viridian Green #54645E
RGB
CMYK
RGB Variations
Color information
#54645E (or 0x54645E) is known color: Viridian Green. HEX triplet: 54, 64 and 5E. RGB value is (84,100,94). Sum of RGB (Red+Green+Blue) = 84+100+94=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 100 - color contains mainly: green. Hex color #54645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54645E is #AB9BA1. Grayscale: #5E5E5E. Windows color (decimal): -11246498 or 6186068. OLE color: 6186068.
HSL color Cylindrical-coordinate representation of color #54645E: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #54645E is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 100 | 94 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.61 |
| HSL | 157.5º | 0.09% | 0.36% | - |
| HSV(B) | 157.5º | 0.16% | 0.39% | - |
| XYZ | 10.23 | 11.81 | 12.33 | - |
| YUV | 94.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 94 | 0.16 | 0 | 0.06 | 0.61 | 157.5 | 0.09 | 0.36 |
| Hex | 54 | 64 | 5E | 10 | 0 | 6 | 3D | 9E | 9 | 24 |
| Octal | 124 | 144 | 136 | 20 | 0 | 6 | 75 | 236 | 11 | 44 |
| Binary | 1010100 | 1100100 | 1011110 | 10000 | 0 | 110 | 111101 | 10011110 | 1001 | 100100 |
Color Harmonies of #54645E
Complementary color
Monochromatic Colors of #54645E
Black with #54645E
Text Example
Text Example
White with #54645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54645E; }
p { color: rgb(84,100,94); }
H1.HeaderClassName
{
color: #54645E;
}
.AnyTagClassName
{
color: #54645E;
}
</style>
background-color css
<style>
a { background-color: #54645E; }
a { background-color: rgb(84,100,94); }
div.DivClassName
{
background-color: #54645E;
}
.BgClassName
{
background-color: #54645E;
}
</style>
border-color css
<style>
span { border-color: #54645E; }
span { border-color: rgb(84,100,94); }
td.TdClassName
{
border-color: #54645E;
}
.TagClassName
{
border-color: #54645E;
}
</style>