Shades of Verdun Green #484503
Tints of Verdun Green #484503
RGB
CMYK
RGB Variations
Color information
#484503 (or 0x484503) is known color: Verdun Green. HEX triplet: 48, 45 and 03. RGB value is (72,69,3). Sum of RGB (Red+Green+Blue) = 72+69+3=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #484503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484503 is #B7BAFC. Grayscale: #3E3E3E. Windows color (decimal): -12040957 or 214344. OLE color: 214344.
HSL color Cylindrical-coordinate representation of color #484503: hue angle of 57.39º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #484503 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 3 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.72 |
| HSL | 57.39º | 0.92% | 0.15% | - |
| HSV(B) | 57.39º | 0.96% | 0.28% | - |
| XYZ | 4.82 | 5.64 | 0.92 | - |
| YUV | 62.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 3 | 0 | 0.04 | 0.96 | 0.72 | 57.39 | 0.92 | 0.15 |
| Hex | 48 | 45 | 3 | 0 | 4 | 60 | 48 | 39 | 5C | F |
| Octal | 110 | 105 | 3 | 0 | 4 | 140 | 110 | 71 | 134 | 17 |
| Binary | 1001000 | 1000101 | 11 | 0 | 100 | 1100000 | 1001000 | 111001 | 1011100 | 1111 |
Color Harmonies of #484503
Complementary color
Monochromatic Colors of #484503
Black with #484503
Text Example
Text Example
White with #484503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484503; }
p { color: rgb(72,69,3); }
H1.HeaderClassName
{
color: #484503;
}
.AnyTagClassName
{
color: #484503;
}
</style>
background-color css
<style>
a { background-color: #484503; }
a { background-color: rgb(72,69,3); }
div.DivClassName
{
background-color: #484503;
}
.BgClassName
{
background-color: #484503;
}
</style>
border-color css
<style>
span { border-color: #484503; }
span { border-color: rgb(72,69,3); }
td.TdClassName
{
border-color: #484503;
}
.TagClassName
{
border-color: #484503;
}
</style>