Shades of Verdun Green #484507
Tints of Verdun Green #484507
RGB
CMYK
RGB Variations
Color information
#484507 (or 0x484507) is known color: Verdun Green. HEX triplet: 48, 45 and 07. RGB value is (72,69,7). Sum of RGB (Red+Green+Blue) = 72+69+7=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #484507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484507 is #B7BAF8. Grayscale: #3F3F3F. Windows color (decimal): -12040953 or 476488. OLE color: 476488.
HSL color Cylindrical-coordinate representation of color #484507: hue angle of 57.23º 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 #484507 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 7 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.72 |
| HSL | 57.23º | 0.82% | 0.15% | - |
| HSV(B) | 57.23º | 0.9% | 0.28% | - |
| XYZ | 4.84 | 5.65 | 1.04 | - |
| YUV | 62.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 7 | 0 | 0.04 | 0.90 | 0.72 | 57.23 | 0.82 | 0.15 |
| Hex | 48 | 45 | 7 | 0 | 4 | 5A | 48 | 39 | 52 | F |
| Octal | 110 | 105 | 7 | 0 | 4 | 132 | 110 | 71 | 122 | 17 |
| Binary | 1001000 | 1000101 | 111 | 0 | 100 | 1011010 | 1001000 | 111001 | 1010010 | 1111 |
Color Harmonies of #484507
Complementary color
Monochromatic Colors of #484507
Black with #484507
Text Example
Text Example
White with #484507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484507; }
p { color: rgb(72,69,7); }
H1.HeaderClassName
{
color: #484507;
}
.AnyTagClassName
{
color: #484507;
}
</style>
background-color css
<style>
a { background-color: #484507; }
a { background-color: rgb(72,69,7); }
div.DivClassName
{
background-color: #484507;
}
.BgClassName
{
background-color: #484507;
}
</style>
border-color css
<style>
span { border-color: #484507; }
span { border-color: rgb(72,69,7); }
td.TdClassName
{
border-color: #484507;
}
.TagClassName
{
border-color: #484507;
}
</style>