Shades of Verdun Green #484612
Tints of Verdun Green #484612
RGB
CMYK
RGB Variations
Color information
#484612 (or 0x484612) is known color: Verdun Green. HEX triplet: 48, 46 and 12. RGB value is (72,70,18). Sum of RGB (Red+Green+Blue) = 72+70+18=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #484612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484612 is #B7B9ED. Grayscale: #404040. Windows color (decimal): -12040686 or 1197640. OLE color: 1197640.
HSL color Cylindrical-coordinate representation of color #484612: hue angle of 57.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #484612 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 18 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.72 |
| HSL | 57.78º | 0.6% | 0.18% | - |
| HSV(B) | 57.78º | 0.75% | 0.28% | - |
| XYZ | 4.97 | 5.8 | 1.43 | - |
| YUV | 64.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 18 | 0 | 0.03 | 0.75 | 0.72 | 57.78 | 0.6 | 0.18 |
| Hex | 48 | 46 | 12 | 0 | 3 | 4B | 48 | 3A | 3C | 12 |
| Octal | 110 | 106 | 22 | 0 | 3 | 113 | 110 | 72 | 74 | 22 |
| Binary | 1001000 | 1000110 | 10010 | 0 | 11 | 1001011 | 1001000 | 111010 | 111100 | 10010 |
Color Harmonies of #484612
Complementary color
Monochromatic Colors of #484612
Black with #484612
Text Example
Text Example
White with #484612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484612; }
p { color: rgb(72,70,18); }
H1.HeaderClassName
{
color: #484612;
}
.AnyTagClassName
{
color: #484612;
}
</style>
background-color css
<style>
a { background-color: #484612; }
a { background-color: rgb(72,70,18); }
div.DivClassName
{
background-color: #484612;
}
.BgClassName
{
background-color: #484612;
}
</style>
border-color css
<style>
span { border-color: #484612; }
span { border-color: rgb(72,70,18); }
td.TdClassName
{
border-color: #484612;
}
.TagClassName
{
border-color: #484612;
}
</style>