Shades of Verdun Green #484701
Tints of Verdun Green #484701
RGB
CMYK
RGB Variations
Color information
#484701 (or 0x484701) is known color: Verdun Green. HEX triplet: 48, 47 and 01. RGB value is (72,71,1). Sum of RGB (Red+Green+Blue) = 72+71+1=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #484701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484701 is #B7B8FE. Grayscale: #3F3F3F. Windows color (decimal): -12040447 or 83784. OLE color: 83784.
HSL color Cylindrical-coordinate representation of color #484701: hue angle of 59.15º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #484701 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.72 |
| HSL | 59.15º | 0.97% | 0.14% | - |
| HSV(B) | 59.15º | 0.99% | 0.28% | - |
| XYZ | 4.93 | 5.89 | 0.91 | - |
| YUV | 63.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 1 | 0 | 0.01 | 0.99 | 0.72 | 59.15 | 0.97 | 0.14 |
| Hex | 48 | 47 | 1 | 0 | 1 | 63 | 48 | 3B | 61 | E |
| Octal | 110 | 107 | 1 | 0 | 1 | 143 | 110 | 73 | 141 | 16 |
| Binary | 1001000 | 1000111 | 1 | 0 | 1 | 1100011 | 1001000 | 111011 | 1100001 | 1110 |
Color Harmonies of #484701
Complementary color
Monochromatic Colors of #484701
Black with #484701
Text Example
Text Example
White with #484701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484701; }
p { color: rgb(72,71,1); }
H1.HeaderClassName
{
color: #484701;
}
.AnyTagClassName
{
color: #484701;
}
</style>
background-color css
<style>
a { background-color: #484701; }
a { background-color: rgb(72,71,1); }
div.DivClassName
{
background-color: #484701;
}
.BgClassName
{
background-color: #484701;
}
</style>
border-color css
<style>
span { border-color: #484701; }
span { border-color: rgb(72,71,1); }
td.TdClassName
{
border-color: #484701;
}
.TagClassName
{
border-color: #484701;
}
</style>