Shades of Verdun Green #484905
Tints of Verdun Green #484905
RGB
CMYK
RGB Variations
Color information
#484905 (or 0x484905) is known color: Verdun Green. HEX triplet: 48, 49 and 05. RGB value is (72,73,5). Sum of RGB (Red+Green+Blue) = 72+73+5=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #484905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484905 is #B7B6FA. Grayscale: #414141. Windows color (decimal): -12039931 or 346440. OLE color: 346440.
HSL color Cylindrical-coordinate representation of color #484905: hue angle of 60.88º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #484905 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 5 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.71 |
| HSL | 60.88º | 0.87% | 0.15% | - |
| HSV(B) | 60.88º | 0.93% | 0.29% | - |
| XYZ | 5.08 | 6.15 | 1.06 | - |
| YUV | 64.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 5 | 0.01 | 0 | 0.93 | 0.71 | 60.88 | 0.87 | 0.15 |
| Hex | 48 | 49 | 5 | 1 | 0 | 5D | 47 | 3D | 57 | F |
| Octal | 110 | 111 | 5 | 1 | 0 | 135 | 107 | 75 | 127 | 17 |
| Binary | 1001000 | 1001001 | 101 | 1 | 0 | 1011101 | 1000111 | 111101 | 1010111 | 1111 |
Color Harmonies of #484905
Complementary color
Monochromatic Colors of #484905
Black with #484905
Text Example
Text Example
White with #484905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484905; }
p { color: rgb(72,73,5); }
H1.HeaderClassName
{
color: #484905;
}
.AnyTagClassName
{
color: #484905;
}
</style>
background-color css
<style>
a { background-color: #484905; }
a { background-color: rgb(72,73,5); }
div.DivClassName
{
background-color: #484905;
}
.BgClassName
{
background-color: #484905;
}
</style>
border-color css
<style>
span { border-color: #484905; }
span { border-color: rgb(72,73,5); }
td.TdClassName
{
border-color: #484905;
}
.TagClassName
{
border-color: #484905;
}
</style>