Shades of Verdun Green #54620B
Tints of Verdun Green #54620B
RGB
CMYK
RGB Variations
Color information
#54620B (or 0x54620B) is known color: Verdun Green. HEX triplet: 54, 62 and 0B. RGB value is (84,98,11). Sum of RGB (Red+Green+Blue) = 84+98+11=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #54620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54620B is #AB9DF4. Grayscale: #545454. Windows color (decimal): -11247093 or 746068. OLE color: 746068.
HSL color Cylindrical-coordinate representation of color #54620B: hue angle of 69.66º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54620B is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 11 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.62 |
| HSL | 69.66º | 0.8% | 0.21% | - |
| HSV(B) | 69.66º | 0.89% | 0.38% | - |
| XYZ | 8.08 | 10.64 | 1.95 | - |
| YUV | 83.9 | 86.86 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 11 | 0.14 | 0 | 0.89 | 0.62 | 69.66 | 0.8 | 0.21 |
| Hex | 54 | 62 | B | E | 0 | 59 | 3E | 46 | 50 | 15 |
| Octal | 124 | 142 | 13 | 16 | 0 | 131 | 76 | 106 | 120 | 25 |
| Binary | 1010100 | 1100010 | 1011 | 1110 | 0 | 1011001 | 111110 | 1000110 | 1010000 | 10101 |
Color Harmonies of #54620B
Complementary color
Monochromatic Colors of #54620B
Black with #54620B
Text Example
Text Example
White with #54620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54620B; }
p { color: rgb(84,98,11); }
H1.HeaderClassName
{
color: #54620B;
}
.AnyTagClassName
{
color: #54620B;
}
</style>
background-color css
<style>
a { background-color: #54620B; }
a { background-color: rgb(84,98,11); }
div.DivClassName
{
background-color: #54620B;
}
.BgClassName
{
background-color: #54620B;
}
</style>
border-color css
<style>
span { border-color: #54620B; }
span { border-color: rgb(84,98,11); }
td.TdClassName
{
border-color: #54620B;
}
.TagClassName
{
border-color: #54620B;
}
</style>