Shades of Verdun Green #484606
Tints of Verdun Green #484606
RGB
CMYK
RGB Variations
Color information
#484606 (or 0x484606) is known color: Verdun Green. HEX triplet: 48, 46 and 06. RGB value is (72,70,6). Sum of RGB (Red+Green+Blue) = 72+70+6=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #484606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484606 is #B7B9F9. Grayscale: #3F3F3F. Windows color (decimal): -12040698 or 411208. OLE color: 411208.
HSL color Cylindrical-coordinate representation of color #484606: hue angle of 58.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #484606 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 6 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.72 |
| HSL | 58.18º | 0.85% | 0.15% | - |
| HSV(B) | 58.18º | 0.92% | 0.28% | - |
| XYZ | 4.9 | 5.77 | 1.03 | - |
| YUV | 63.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 6 | 0 | 0.03 | 0.92 | 0.72 | 58.18 | 0.85 | 0.15 |
| Hex | 48 | 46 | 6 | 0 | 3 | 5C | 48 | 3A | 55 | F |
| Octal | 110 | 106 | 6 | 0 | 3 | 134 | 110 | 72 | 125 | 17 |
| Binary | 1001000 | 1000110 | 110 | 0 | 11 | 1011100 | 1001000 | 111010 | 1010101 | 1111 |
Color Harmonies of #484606
Complementary color
Monochromatic Colors of #484606
Black with #484606
Text Example
Text Example
White with #484606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484606; }
p { color: rgb(72,70,6); }
H1.HeaderClassName
{
color: #484606;
}
.AnyTagClassName
{
color: #484606;
}
</style>
background-color css
<style>
a { background-color: #484606; }
a { background-color: rgb(72,70,6); }
div.DivClassName
{
background-color: #484606;
}
.BgClassName
{
background-color: #484606;
}
</style>
border-color css
<style>
span { border-color: #484606; }
span { border-color: rgb(72,70,6); }
td.TdClassName
{
border-color: #484606;
}
.TagClassName
{
border-color: #484606;
}
</style>