Shades of Verdun Green #484506
Tints of Verdun Green #484506
RGB
CMYK
RGB Variations
Color information
#484506 (or 0x484506) is known color: Verdun Green. HEX triplet: 48, 45 and 06. RGB value is (72,69,6). Sum of RGB (Red+Green+Blue) = 72+69+6=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #484506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484506 is #B7BAF9. Grayscale: #3E3E3E. Windows color (decimal): -12040954 or 410952. OLE color: 410952.
HSL color Cylindrical-coordinate representation of color #484506: hue angle of 57.27º 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 #484506 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 6 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.72 |
| HSL | 57.27º | 0.85% | 0.15% | - |
| HSV(B) | 57.27º | 0.92% | 0.28% | - |
| XYZ | 4.83 | 5.65 | 1.01 | - |
| YUV | 62.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 6 | 0 | 0.04 | 0.92 | 0.72 | 57.27 | 0.85 | 0.15 |
| Hex | 48 | 45 | 6 | 0 | 4 | 5C | 48 | 39 | 55 | F |
| Octal | 110 | 105 | 6 | 0 | 4 | 134 | 110 | 71 | 125 | 17 |
| Binary | 1001000 | 1000101 | 110 | 0 | 100 | 1011100 | 1001000 | 111001 | 1010101 | 1111 |
Color Harmonies of #484506
Complementary color
Monochromatic Colors of #484506
Black with #484506
Text Example
Text Example
White with #484506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484506; }
p { color: rgb(72,69,6); }
H1.HeaderClassName
{
color: #484506;
}
.AnyTagClassName
{
color: #484506;
}
</style>
background-color css
<style>
a { background-color: #484506; }
a { background-color: rgb(72,69,6); }
div.DivClassName
{
background-color: #484506;
}
.BgClassName
{
background-color: #484506;
}
</style>
border-color css
<style>
span { border-color: #484506; }
span { border-color: rgb(72,69,6); }
td.TdClassName
{
border-color: #484506;
}
.TagClassName
{
border-color: #484506;
}
</style>