Shades of Verdun Green #484D04
Tints of Verdun Green #484D04
RGB
CMYK
RGB Variations
Color information
#484D04 (or 0x484D04) is known color: Verdun Green. HEX triplet: 48, 4D and 04. RGB value is (72,77,4). Sum of RGB (Red+Green+Blue) = 72+77+4=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #484D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D04 is #B7B2FB. Grayscale: #434343. Windows color (decimal): -12038908 or 281928. OLE color: 281928.
HSL color Cylindrical-coordinate representation of color #484D04: hue angle of 64.11º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #484D04 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 4 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.70 |
| HSL | 64.11º | 0.9% | 0.16% | - |
| HSV(B) | 64.11º | 0.95% | 0.3% | - |
| XYZ | 5.35 | 6.69 | 1.13 | - |
| YUV | 67.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 4 | 0.06 | 0 | 0.95 | 0.70 | 64.11 | 0.9 | 0.16 |
| Hex | 48 | 4D | 4 | 6 | 0 | 5F | 46 | 40 | 5A | 10 |
| Octal | 110 | 115 | 4 | 6 | 0 | 137 | 106 | 100 | 132 | 20 |
| Binary | 1001000 | 1001101 | 100 | 110 | 0 | 1011111 | 1000110 | 1000000 | 1011010 | 10000 |
Color Harmonies of #484D04
Complementary color
Monochromatic Colors of #484D04
Black with #484D04
Text Example
Text Example
White with #484D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D04; }
p { color: rgb(72,77,4); }
H1.HeaderClassName
{
color: #484D04;
}
.AnyTagClassName
{
color: #484D04;
}
</style>
background-color css
<style>
a { background-color: #484D04; }
a { background-color: rgb(72,77,4); }
div.DivClassName
{
background-color: #484D04;
}
.BgClassName
{
background-color: #484D04;
}
</style>
border-color css
<style>
span { border-color: #484D04; }
span { border-color: rgb(72,77,4); }
td.TdClassName
{
border-color: #484D04;
}
.TagClassName
{
border-color: #484D04;
}
</style>