Shades of Verdun Green #484607
Tints of Verdun Green #484607
RGB
CMYK
RGB Variations
Color information
#484607 (or 0x484607) is known color: Verdun Green. HEX triplet: 48, 46 and 07. RGB value is (72,70,7). Sum of RGB (Red+Green+Blue) = 72+70+7=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #484607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484607 is #B7B9F8. Grayscale: #3F3F3F. Windows color (decimal): -12040697 or 476744. OLE color: 476744.
HSL color Cylindrical-coordinate representation of color #484607: hue angle of 58.15º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #484607 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 7 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.72 |
| HSL | 58.15º | 0.82% | 0.15% | - |
| HSV(B) | 58.15º | 0.9% | 0.28% | - |
| XYZ | 4.9 | 5.77 | 1.06 | - |
| YUV | 63.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 7 | 0 | 0.03 | 0.90 | 0.72 | 58.15 | 0.82 | 0.15 |
| Hex | 48 | 46 | 7 | 0 | 3 | 5A | 48 | 3A | 52 | F |
| Octal | 110 | 106 | 7 | 0 | 3 | 132 | 110 | 72 | 122 | 17 |
| Binary | 1001000 | 1000110 | 111 | 0 | 11 | 1011010 | 1001000 | 111010 | 1010010 | 1111 |
Color Harmonies of #484607
Complementary color
Monochromatic Colors of #484607
Black with #484607
Text Example
Text Example
White with #484607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484607; }
p { color: rgb(72,70,7); }
H1.HeaderClassName
{
color: #484607;
}
.AnyTagClassName
{
color: #484607;
}
</style>
background-color css
<style>
a { background-color: #484607; }
a { background-color: rgb(72,70,7); }
div.DivClassName
{
background-color: #484607;
}
.BgClassName
{
background-color: #484607;
}
</style>
border-color css
<style>
span { border-color: #484607; }
span { border-color: rgb(72,70,7); }
td.TdClassName
{
border-color: #484607;
}
.TagClassName
{
border-color: #484607;
}
</style>