Shades of Verdun Green #484E14
Tints of Verdun Green #484E14
RGB
CMYK
RGB Variations
Color information
#484E14 (or 0x484E14) is known color: Verdun Green. HEX triplet: 48, 4E and 14. RGB value is (72,78,20). Sum of RGB (Red+Green+Blue) = 72+78+20=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #484E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484E14 is #B7B1EB. Grayscale: #454545. Windows color (decimal): -12038636 or 1330760. OLE color: 1330760.
HSL color Cylindrical-coordinate representation of color #484E14: hue angle of 66.21º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #484E14 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 20 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.69 |
| HSL | 66.21º | 0.59% | 0.19% | - |
| HSV(B) | 66.21º | 0.74% | 0.31% | - |
| XYZ | 5.52 | 6.88 | 1.7 | - |
| YUV | 69.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 20 | 0.08 | 0 | 0.74 | 0.69 | 66.21 | 0.59 | 0.19 |
| Hex | 48 | 4E | 14 | 8 | 0 | 4A | 45 | 42 | 3B | 13 |
| Octal | 110 | 116 | 24 | 10 | 0 | 112 | 105 | 102 | 73 | 23 |
| Binary | 1001000 | 1001110 | 10100 | 1000 | 0 | 1001010 | 1000101 | 1000010 | 111011 | 10011 |
Color Harmonies of #484E14
Complementary color
Monochromatic Colors of #484E14
Black with #484E14
Text Example
Text Example
White with #484E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E14; }
p { color: rgb(72,78,20); }
H1.HeaderClassName
{
color: #484E14;
}
.AnyTagClassName
{
color: #484E14;
}
</style>
background-color css
<style>
a { background-color: #484E14; }
a { background-color: rgb(72,78,20); }
div.DivClassName
{
background-color: #484E14;
}
.BgClassName
{
background-color: #484E14;
}
</style>
border-color css
<style>
span { border-color: #484E14; }
span { border-color: rgb(72,78,20); }
td.TdClassName
{
border-color: #484E14;
}
.TagClassName
{
border-color: #484E14;
}
</style>