Shades of Verdun Green #484700
Tints of Verdun Green #484700
RGB
CMYK
RGB Variations
Color information
#484700 (or 0x484700) is known color: Verdun Green. HEX triplet: 48, 47 and 00. RGB value is (72,71,0). Sum of RGB (Red+Green+Blue) = 72+71+0=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #484700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484700 is #B7B8FF. Grayscale: #3F3F3F. Windows color (decimal): -12040448 or 18248. OLE color: 18248.
HSL color Cylindrical-coordinate representation of color #484700: hue angle of 59.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #484700 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.72 |
| HSL | 59.17º | 1% | 0.14% | - |
| HSV(B) | 59.17º | 1% | 0.28% | - |
| XYZ | 4.93 | 5.88 | 0.88 | - |
| YUV | 63.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 0 | 0 | 0.01 | 1 | 0.72 | 59.17 | 1 | 0.14 |
| Hex | 48 | 47 | 0 | 0 | 1 | 64 | 48 | 3B | 64 | E |
| Octal | 110 | 107 | 0 | 0 | 1 | 144 | 110 | 73 | 144 | 16 |
| Binary | 1001000 | 1000111 | 0 | 0 | 1 | 1100100 | 1001000 | 111011 | 1100100 | 1110 |
Color Harmonies of #484700
Complementary color
Monochromatic Colors of #484700
Black with #484700
Text Example
Text Example
White with #484700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484700; }
p { color: rgb(72,71,0); }
H1.HeaderClassName
{
color: #484700;
}
.AnyTagClassName
{
color: #484700;
}
</style>
background-color css
<style>
a { background-color: #484700; }
a { background-color: rgb(72,71,0); }
div.DivClassName
{
background-color: #484700;
}
.BgClassName
{
background-color: #484700;
}
</style>
border-color css
<style>
span { border-color: #484700; }
span { border-color: rgb(72,71,0); }
td.TdClassName
{
border-color: #484700;
}
.TagClassName
{
border-color: #484700;
}
</style>