Shades of Verdun Green #484C04
Tints of Verdun Green #484C04
RGB
CMYK
RGB Variations
Color information
#484C04 (or 0x484C04) is known color: Verdun Green. HEX triplet: 48, 4C and 04. RGB value is (72,76,4). Sum of RGB (Red+Green+Blue) = 72+76+4=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #484C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C04 is #B7B3FB. Grayscale: #424242. Windows color (decimal): -12039164 or 281672. OLE color: 281672.
HSL color Cylindrical-coordinate representation of color #484C04: hue angle of 63.33º 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 #484C04 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 76 | 4 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.70 |
| HSL | 63.33º | 0.9% | 0.16% | - |
| HSV(B) | 63.33º | 0.95% | 0.3% | - |
| XYZ | 5.28 | 6.56 | 1.1 | - |
| YUV | 66.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 4 | 0.05 | 0 | 0.95 | 0.70 | 63.33 | 0.9 | 0.16 |
| Hex | 48 | 4C | 4 | 5 | 0 | 5F | 46 | 3F | 5A | 10 |
| Octal | 110 | 114 | 4 | 5 | 0 | 137 | 106 | 77 | 132 | 20 |
| Binary | 1001000 | 1001100 | 100 | 101 | 0 | 1011111 | 1000110 | 111111 | 1011010 | 10000 |
Color Harmonies of #484C04
Complementary color
Monochromatic Colors of #484C04
Black with #484C04
Text Example
Text Example
White with #484C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C04; }
p { color: rgb(72,76,4); }
H1.HeaderClassName
{
color: #484C04;
}
.AnyTagClassName
{
color: #484C04;
}
</style>
background-color css
<style>
a { background-color: #484C04; }
a { background-color: rgb(72,76,4); }
div.DivClassName
{
background-color: #484C04;
}
.BgClassName
{
background-color: #484C04;
}
</style>
border-color css
<style>
span { border-color: #484C04; }
span { border-color: rgb(72,76,4); }
td.TdClassName
{
border-color: #484C04;
}
.TagClassName
{
border-color: #484C04;
}
</style>