Shades of Verdun Green #484E06
Tints of Verdun Green #484E06
RGB
CMYK
RGB Variations
Color information
#484E06 (or 0x484E06) is known color: Verdun Green. HEX triplet: 48, 4E and 06. RGB value is (72,78,6). Sum of RGB (Red+Green+Blue) = 72+78+6=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #484E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484E06 is #B7B1F9. Grayscale: #444444. Windows color (decimal): -12038650 or 413256. OLE color: 413256.
HSL color Cylindrical-coordinate representation of color #484E06: hue angle of 65º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #484E06 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 6 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.69 |
| HSL | 65º | 0.86% | 0.16% | - |
| HSV(B) | 65º | 0.92% | 0.31% | - |
| XYZ | 5.43 | 6.84 | 1.21 | - |
| YUV | 68 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 6 | 0.08 | 0 | 0.92 | 0.69 | 65 | 0.86 | 0.16 |
| Hex | 48 | 4E | 6 | 8 | 0 | 5C | 45 | 41 | 56 | 10 |
| Octal | 110 | 116 | 6 | 10 | 0 | 134 | 105 | 101 | 126 | 20 |
| Binary | 1001000 | 1001110 | 110 | 1000 | 0 | 1011100 | 1000101 | 1000001 | 1010110 | 10000 |
Color Harmonies of #484E06
Complementary color
Monochromatic Colors of #484E06
Black with #484E06
Text Example
Text Example
White with #484E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E06; }
p { color: rgb(72,78,6); }
H1.HeaderClassName
{
color: #484E06;
}
.AnyTagClassName
{
color: #484E06;
}
</style>
background-color css
<style>
a { background-color: #484E06; }
a { background-color: rgb(72,78,6); }
div.DivClassName
{
background-color: #484E06;
}
.BgClassName
{
background-color: #484E06;
}
</style>
border-color css
<style>
span { border-color: #484E06; }
span { border-color: rgb(72,78,6); }
td.TdClassName
{
border-color: #484E06;
}
.TagClassName
{
border-color: #484E06;
}
</style>