Shades of Verdun Green #54520B
Tints of Verdun Green #54520B
RGB
CMYK
RGB Variations
Color information
#54520B (or 0x54520B) is known color: Verdun Green. HEX triplet: 54, 52 and 0B. RGB value is (84,82,11). Sum of RGB (Red+Green+Blue) = 84+82+11=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54520B is #ABADF4. Grayscale: #4A4A4A. Windows color (decimal): -11251189 or 741972. OLE color: 741972.
HSL color Cylindrical-coordinate representation of color #54520B: hue angle of 58.36º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54520B is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 11 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.67 |
| HSL | 58.36º | 0.77% | 0.19% | - |
| HSV(B) | 58.36º | 0.87% | 0.33% | - |
| XYZ | 6.73 | 7.94 | 1.49 | - |
| YUV | 74.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 11 | 0 | 0.02 | 0.87 | 0.67 | 58.36 | 0.77 | 0.19 |
| Hex | 54 | 52 | B | 0 | 2 | 57 | 43 | 3A | 4D | 13 |
| Octal | 124 | 122 | 13 | 0 | 2 | 127 | 103 | 72 | 115 | 23 |
| Binary | 1010100 | 1010010 | 1011 | 0 | 10 | 1010111 | 1000011 | 111010 | 1001101 | 10011 |
Color Harmonies of #54520B
Complementary color
Monochromatic Colors of #54520B
Black with #54520B
Text Example
Text Example
White with #54520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54520B; }
p { color: rgb(84,82,11); }
H1.HeaderClassName
{
color: #54520B;
}
.AnyTagClassName
{
color: #54520B;
}
</style>
background-color css
<style>
a { background-color: #54520B; }
a { background-color: rgb(84,82,11); }
div.DivClassName
{
background-color: #54520B;
}
.BgClassName
{
background-color: #54520B;
}
</style>
border-color css
<style>
span { border-color: #54520B; }
span { border-color: rgb(84,82,11); }
td.TdClassName
{
border-color: #54520B;
}
.TagClassName
{
border-color: #54520B;
}
</style>