Shades of Verdun Green #484D03
Tints of Verdun Green #484D03
RGB
CMYK
RGB Variations
Color information
#484D03 (or 0x484D03) is known color: Verdun Green. HEX triplet: 48, 4D and 03. RGB value is (72,77,3). Sum of RGB (Red+Green+Blue) = 72+77+3=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #484D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D03 is #B7B2FC. Grayscale: #434343. Windows color (decimal): -12038909 or 216392. OLE color: 216392.
HSL color Cylindrical-coordinate representation of color #484D03: hue angle of 64.05º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #484D03 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 3 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.70 |
| HSL | 64.05º | 0.93% | 0.16% | - |
| HSV(B) | 64.05º | 0.96% | 0.3% | - |
| XYZ | 5.34 | 6.69 | 1.1 | - |
| YUV | 67.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 3 | 0.06 | 0 | 0.96 | 0.70 | 64.05 | 0.93 | 0.16 |
| Hex | 48 | 4D | 3 | 6 | 0 | 60 | 46 | 40 | 5C | 10 |
| Octal | 110 | 115 | 3 | 6 | 0 | 140 | 106 | 100 | 134 | 20 |
| Binary | 1001000 | 1001101 | 11 | 110 | 0 | 1100000 | 1000110 | 1000000 | 1011100 | 10000 |
Color Harmonies of #484D03
Complementary color
Monochromatic Colors of #484D03
Black with #484D03
Text Example
Text Example
White with #484D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D03; }
p { color: rgb(72,77,3); }
H1.HeaderClassName
{
color: #484D03;
}
.AnyTagClassName
{
color: #484D03;
}
</style>
background-color css
<style>
a { background-color: #484D03; }
a { background-color: rgb(72,77,3); }
div.DivClassName
{
background-color: #484D03;
}
.BgClassName
{
background-color: #484D03;
}
</style>
border-color css
<style>
span { border-color: #484D03; }
span { border-color: rgb(72,77,3); }
td.TdClassName
{
border-color: #484D03;
}
.TagClassName
{
border-color: #484D03;
}
</style>