Shades of Verdun Green #484D18
Tints of Verdun Green #484D18
RGB
CMYK
RGB Variations
Color information
#484D18 (or 0x484D18) is known color: Verdun Green. HEX triplet: 48, 4D and 18. RGB value is (72,77,24). Sum of RGB (Red+Green+Blue) = 72+77+24=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #484D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D18 is #B7B2E7. Grayscale: #454545. Windows color (decimal): -12038888 or 1592648. OLE color: 1592648.
HSL color Cylindrical-coordinate representation of color #484D18: hue angle of 65.66º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #484D18 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 24 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.70 |
| HSL | 65.66º | 0.52% | 0.2% | - |
| HSV(B) | 65.66º | 0.69% | 0.3% | - |
| XYZ | 5.49 | 6.75 | 1.88 | - |
| YUV | 69.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 24 | 0.06 | 0 | 0.69 | 0.70 | 65.66 | 0.52 | 0.2 |
| Hex | 48 | 4D | 18 | 6 | 0 | 45 | 46 | 42 | 34 | 14 |
| Octal | 110 | 115 | 30 | 6 | 0 | 105 | 106 | 102 | 64 | 24 |
| Binary | 1001000 | 1001101 | 11000 | 110 | 0 | 1000101 | 1000110 | 1000010 | 110100 | 10100 |
Color Harmonies of #484D18
Complementary color
Monochromatic Colors of #484D18
Black with #484D18
Text Example
Text Example
White with #484D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D18; }
p { color: rgb(72,77,24); }
H1.HeaderClassName
{
color: #484D18;
}
.AnyTagClassName
{
color: #484D18;
}
</style>
background-color css
<style>
a { background-color: #484D18; }
a { background-color: rgb(72,77,24); }
div.DivClassName
{
background-color: #484D18;
}
.BgClassName
{
background-color: #484D18;
}
</style>
border-color css
<style>
span { border-color: #484D18; }
span { border-color: rgb(72,77,24); }
td.TdClassName
{
border-color: #484D18;
}
.TagClassName
{
border-color: #484D18;
}
</style>