Shades of Verdun Green #484D19
Tints of Verdun Green #484D19
RGB
CMYK
RGB Variations
Color information
#484D19 (or 0x484D19) is known color: Verdun Green. HEX triplet: 48, 4D and 19. RGB value is (72,77,25). Sum of RGB (Red+Green+Blue) = 72+77+25=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #484D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D19 is #B7B2E6. Grayscale: #454545. Windows color (decimal): -12038887 or 1658184. OLE color: 1658184.
HSL color Cylindrical-coordinate representation of color #484D19: hue angle of 65.77º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484D19 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 25 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.70 |
| HSL | 65.77º | 0.51% | 0.2% | - |
| HSV(B) | 65.77º | 0.68% | 0.3% | - |
| XYZ | 5.5 | 6.76 | 1.93 | - |
| YUV | 69.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 25 | 0.06 | 0 | 0.68 | 0.70 | 65.77 | 0.51 | 0.2 |
| Hex | 48 | 4D | 19 | 6 | 0 | 44 | 46 | 42 | 33 | 14 |
| Octal | 110 | 115 | 31 | 6 | 0 | 104 | 106 | 102 | 63 | 24 |
| Binary | 1001000 | 1001101 | 11001 | 110 | 0 | 1000100 | 1000110 | 1000010 | 110011 | 10100 |
Color Harmonies of #484D19
Complementary color
Monochromatic Colors of #484D19
Black with #484D19
Text Example
Text Example
White with #484D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D19; }
p { color: rgb(72,77,25); }
H1.HeaderClassName
{
color: #484D19;
}
.AnyTagClassName
{
color: #484D19;
}
</style>
background-color css
<style>
a { background-color: #484D19; }
a { background-color: rgb(72,77,25); }
div.DivClassName
{
background-color: #484D19;
}
.BgClassName
{
background-color: #484D19;
}
</style>
border-color css
<style>
span { border-color: #484D19; }
span { border-color: rgb(72,77,25); }
td.TdClassName
{
border-color: #484D19;
}
.TagClassName
{
border-color: #484D19;
}
</style>