Shades of Verdun Green #484C00
Tints of Verdun Green #484C00
RGB
CMYK
RGB Variations
Color information
#484C00 (or 0x484C00) is known color: Verdun Green. HEX triplet: 48, 4C and 00. RGB value is (72,76,0). Sum of RGB (Red+Green+Blue) = 72+76+0=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #484C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C00 is #B7B3FF. Grayscale: #424242. Windows color (decimal): -12039168 or 19528. OLE color: 19528.
HSL color Cylindrical-coordinate representation of color #484C00: hue angle of 63.16º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #484C00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 76 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.70 |
| HSL | 63.16º | 1% | 0.15% | - |
| HSV(B) | 63.16º | 1% | 0.3% | - |
| XYZ | 5.26 | 6.55 | 0.99 | - |
| YUV | 66.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 0 | 0.05 | 0 | 1 | 0.70 | 63.16 | 1 | 0.15 |
| Hex | 48 | 4C | 0 | 5 | 0 | 64 | 46 | 3F | 64 | F |
| Octal | 110 | 114 | 0 | 5 | 0 | 144 | 106 | 77 | 144 | 17 |
| Binary | 1001000 | 1001100 | 0 | 101 | 0 | 1100100 | 1000110 | 111111 | 1100100 | 1111 |
Color Harmonies of #484C00
Complementary color
Monochromatic Colors of #484C00
Black with #484C00
Text Example
Text Example
White with #484C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C00; }
p { color: rgb(72,76,0); }
H1.HeaderClassName
{
color: #484C00;
}
.AnyTagClassName
{
color: #484C00;
}
</style>
background-color css
<style>
a { background-color: #484C00; }
a { background-color: rgb(72,76,0); }
div.DivClassName
{
background-color: #484C00;
}
.BgClassName
{
background-color: #484C00;
}
</style>
border-color css
<style>
span { border-color: #484C00; }
span { border-color: rgb(72,76,0); }
td.TdClassName
{
border-color: #484C00;
}
.TagClassName
{
border-color: #484C00;
}
</style>