Shades of Verdun Green #484904
Tints of Verdun Green #484904
RGB
CMYK
RGB Variations
Color information
#484904 (or 0x484904) is known color: Verdun Green. HEX triplet: 48, 49 and 04. RGB value is (72,73,4). Sum of RGB (Red+Green+Blue) = 72+73+4=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #484904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484904 is #B7B6FB. Grayscale: #414141. Windows color (decimal): -12039932 or 280904. OLE color: 280904.
HSL color Cylindrical-coordinate representation of color #484904: hue angle of 60.87º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #484904 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 4 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.71 |
| HSL | 60.87º | 0.9% | 0.15% | - |
| HSV(B) | 60.87º | 0.95% | 0.29% | - |
| XYZ | 5.08 | 6.15 | 1.03 | - |
| YUV | 64.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 4 | 0.01 | 0 | 0.95 | 0.71 | 60.87 | 0.9 | 0.15 |
| Hex | 48 | 49 | 4 | 1 | 0 | 5F | 47 | 3D | 5A | F |
| Octal | 110 | 111 | 4 | 1 | 0 | 137 | 107 | 75 | 132 | 17 |
| Binary | 1001000 | 1001001 | 100 | 1 | 0 | 1011111 | 1000111 | 111101 | 1011010 | 1111 |
Color Harmonies of #484904
Complementary color
Monochromatic Colors of #484904
Black with #484904
Text Example
Text Example
White with #484904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484904; }
p { color: rgb(72,73,4); }
H1.HeaderClassName
{
color: #484904;
}
.AnyTagClassName
{
color: #484904;
}
</style>
background-color css
<style>
a { background-color: #484904; }
a { background-color: rgb(72,73,4); }
div.DivClassName
{
background-color: #484904;
}
.BgClassName
{
background-color: #484904;
}
</style>
border-color css
<style>
span { border-color: #484904; }
span { border-color: rgb(72,73,4); }
td.TdClassName
{
border-color: #484904;
}
.TagClassName
{
border-color: #484904;
}
</style>