Shades of Verdun Green #54620D
Tints of Verdun Green #54620D
RGB
CMYK
RGB Variations
Color information
#54620D (or 0x54620D) is known color: Verdun Green. HEX triplet: 54, 62 and 0D. RGB value is (84,98,13). Sum of RGB (Red+Green+Blue) = 84+98+13=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #54620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54620D is #AB9DF2. Grayscale: #545454. Windows color (decimal): -11247091 or 877140. OLE color: 877140.
HSL color Cylindrical-coordinate representation of color #54620D: hue angle of 69.88º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54620D is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 13 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.62 |
| HSL | 69.88º | 0.77% | 0.22% | - |
| HSV(B) | 69.88º | 0.87% | 0.38% | - |
| XYZ | 8.1 | 10.65 | 2.01 | - |
| YUV | 84.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 13 | 0.14 | 0 | 0.87 | 0.62 | 69.88 | 0.77 | 0.22 |
| Hex | 54 | 62 | D | E | 0 | 57 | 3E | 46 | 4D | 16 |
| Octal | 124 | 142 | 15 | 16 | 0 | 127 | 76 | 106 | 115 | 26 |
| Binary | 1010100 | 1100010 | 1101 | 1110 | 0 | 1010111 | 111110 | 1000110 | 1001101 | 10110 |
Color Harmonies of #54620D
Complementary color
Monochromatic Colors of #54620D
Black with #54620D
Text Example
Text Example
White with #54620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54620D; }
p { color: rgb(84,98,13); }
H1.HeaderClassName
{
color: #54620D;
}
.AnyTagClassName
{
color: #54620D;
}
</style>
background-color css
<style>
a { background-color: #54620D; }
a { background-color: rgb(84,98,13); }
div.DivClassName
{
background-color: #54620D;
}
.BgClassName
{
background-color: #54620D;
}
</style>
border-color css
<style>
span { border-color: #54620D; }
span { border-color: rgb(84,98,13); }
td.TdClassName
{
border-color: #54620D;
}
.TagClassName
{
border-color: #54620D;
}
</style>