Shades of Verdun Green #484705
Tints of Verdun Green #484705
RGB
CMYK
RGB Variations
Color information
#484705 (or 0x484705) is known color: Verdun Green. HEX triplet: 48, 47 and 05. RGB value is (72,71,5). Sum of RGB (Red+Green+Blue) = 72+71+5=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #484705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484705 is #B7B8FA. Grayscale: #404040. Windows color (decimal): -12040443 or 345928. OLE color: 345928.
HSL color Cylindrical-coordinate representation of color #484705: hue angle of 59.1º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #484705 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 5 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.72 |
| HSL | 59.1º | 0.87% | 0.15% | - |
| HSV(B) | 59.1º | 0.93% | 0.28% | - |
| XYZ | 4.95 | 5.9 | 1.02 | - |
| YUV | 63.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 5 | 0 | 0.01 | 0.93 | 0.72 | 59.1 | 0.87 | 0.15 |
| Hex | 48 | 47 | 5 | 0 | 1 | 5D | 48 | 3B | 57 | F |
| Octal | 110 | 107 | 5 | 0 | 1 | 135 | 110 | 73 | 127 | 17 |
| Binary | 1001000 | 1000111 | 101 | 0 | 1 | 1011101 | 1001000 | 111011 | 1010111 | 1111 |
Color Harmonies of #484705
Complementary color
Monochromatic Colors of #484705
Black with #484705
Text Example
Text Example
White with #484705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484705; }
p { color: rgb(72,71,5); }
H1.HeaderClassName
{
color: #484705;
}
.AnyTagClassName
{
color: #484705;
}
</style>
background-color css
<style>
a { background-color: #484705; }
a { background-color: rgb(72,71,5); }
div.DivClassName
{
background-color: #484705;
}
.BgClassName
{
background-color: #484705;
}
</style>
border-color css
<style>
span { border-color: #484705; }
span { border-color: rgb(72,71,5); }
td.TdClassName
{
border-color: #484705;
}
.TagClassName
{
border-color: #484705;
}
</style>