Shades of Verdun Green #484901
Tints of Verdun Green #484901
RGB
CMYK
RGB Variations
Color information
#484901 (or 0x484901) is known color: Verdun Green. HEX triplet: 48, 49 and 01. RGB value is (72,73,1). Sum of RGB (Red+Green+Blue) = 72+73+1=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #484901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484901 is #B7B6FE. Grayscale: #404040. Windows color (decimal): -12039935 or 84296. OLE color: 84296.
HSL color Cylindrical-coordinate representation of color #484901: hue angle of 60.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #484901 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.71 |
| HSL | 60.83º | 0.97% | 0.15% | - |
| HSV(B) | 60.83º | 0.99% | 0.29% | - |
| XYZ | 5.06 | 6.14 | 0.95 | - |
| YUV | 64.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 1 | 0.01 | 0 | 0.99 | 0.71 | 60.83 | 0.97 | 0.15 |
| Hex | 48 | 49 | 1 | 1 | 0 | 63 | 47 | 3D | 61 | F |
| Octal | 110 | 111 | 1 | 1 | 0 | 143 | 107 | 75 | 141 | 17 |
| Binary | 1001000 | 1001001 | 1 | 1 | 0 | 1100011 | 1000111 | 111101 | 1100001 | 1111 |
Color Harmonies of #484901
Complementary color
Monochromatic Colors of #484901
Black with #484901
Text Example
Text Example
White with #484901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484901; }
p { color: rgb(72,73,1); }
H1.HeaderClassName
{
color: #484901;
}
.AnyTagClassName
{
color: #484901;
}
</style>
background-color css
<style>
a { background-color: #484901; }
a { background-color: rgb(72,73,1); }
div.DivClassName
{
background-color: #484901;
}
.BgClassName
{
background-color: #484901;
}
</style>
border-color css
<style>
span { border-color: #484901; }
span { border-color: rgb(72,73,1); }
td.TdClassName
{
border-color: #484901;
}
.TagClassName
{
border-color: #484901;
}
</style>