Shades of Verdun Green #484505
Tints of Verdun Green #484505
RGB
CMYK
RGB Variations
Color information
#484505 (or 0x484505) is known color: Verdun Green. HEX triplet: 48, 45 and 05. RGB value is (72,69,5). Sum of RGB (Red+Green+Blue) = 72+69+5=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #484505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484505 is #B7BAFA. Grayscale: #3E3E3E. Windows color (decimal): -12040955 or 345416. OLE color: 345416.
HSL color Cylindrical-coordinate representation of color #484505: hue angle of 57.31º 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 #484505 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 5 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.72 |
| HSL | 57.31º | 0.87% | 0.15% | - |
| HSV(B) | 57.31º | 0.93% | 0.28% | - |
| XYZ | 4.83 | 5.64 | 0.98 | - |
| YUV | 62.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 5 | 0 | 0.04 | 0.93 | 0.72 | 57.31 | 0.87 | 0.15 |
| Hex | 48 | 45 | 5 | 0 | 4 | 5D | 48 | 39 | 57 | F |
| Octal | 110 | 105 | 5 | 0 | 4 | 135 | 110 | 71 | 127 | 17 |
| Binary | 1001000 | 1000101 | 101 | 0 | 100 | 1011101 | 1001000 | 111001 | 1010111 | 1111 |
Color Harmonies of #484505
Complementary color
Monochromatic Colors of #484505
Black with #484505
Text Example
Text Example
White with #484505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484505; }
p { color: rgb(72,69,5); }
H1.HeaderClassName
{
color: #484505;
}
.AnyTagClassName
{
color: #484505;
}
</style>
background-color css
<style>
a { background-color: #484505; }
a { background-color: rgb(72,69,5); }
div.DivClassName
{
background-color: #484505;
}
.BgClassName
{
background-color: #484505;
}
</style>
border-color css
<style>
span { border-color: #484505; }
span { border-color: rgb(72,69,5); }
td.TdClassName
{
border-color: #484505;
}
.TagClassName
{
border-color: #484505;
}
</style>