Shades of Verdun Green #484407
Tints of Verdun Green #484407
RGB
CMYK
RGB Variations
Color information
#484407 (or 0x484407) is known color: Verdun Green. HEX triplet: 48, 44 and 07. RGB value is (72,68,7). Sum of RGB (Red+Green+Blue) = 72+68+7=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #484407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484407 is #B7BBF8. Grayscale: #3E3E3E. Windows color (decimal): -12041209 or 476232. OLE color: 476232.
HSL color Cylindrical-coordinate representation of color #484407: hue angle of 56.31º 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 #484407 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 7 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.72 |
| HSL | 56.31º | 0.82% | 0.15% | - |
| HSV(B) | 56.31º | 0.9% | 0.28% | - |
| XYZ | 4.78 | 5.53 | 1.02 | - |
| YUV | 62.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 7 | 0 | 0.06 | 0.90 | 0.72 | 56.31 | 0.82 | 0.15 |
| Hex | 48 | 44 | 7 | 0 | 6 | 5A | 48 | 38 | 52 | F |
| Octal | 110 | 104 | 7 | 0 | 6 | 132 | 110 | 70 | 122 | 17 |
| Binary | 1001000 | 1000100 | 111 | 0 | 110 | 1011010 | 1001000 | 111000 | 1010010 | 1111 |
Color Harmonies of #484407
Complementary color
Monochromatic Colors of #484407
Black with #484407
Text Example
Text Example
White with #484407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484407; }
p { color: rgb(72,68,7); }
H1.HeaderClassName
{
color: #484407;
}
.AnyTagClassName
{
color: #484407;
}
</style>
background-color css
<style>
a { background-color: #484407; }
a { background-color: rgb(72,68,7); }
div.DivClassName
{
background-color: #484407;
}
.BgClassName
{
background-color: #484407;
}
</style>
border-color css
<style>
span { border-color: #484407; }
span { border-color: rgb(72,68,7); }
td.TdClassName
{
border-color: #484407;
}
.TagClassName
{
border-color: #484407;
}
</style>