Shades of Verdun Green #484E03
Tints of Verdun Green #484E03
RGB
CMYK
RGB Variations
Color information
#484E03 (or 0x484E03) is known color: Verdun Green. HEX triplet: 48, 4E and 03. RGB value is (72,78,3). Sum of RGB (Red+Green+Blue) = 72+78+3=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #484E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484E03 is #B7B1FC. Grayscale: #434343. Windows color (decimal): -12038653 or 216648. OLE color: 216648.
HSL color Cylindrical-coordinate representation of color #484E03: hue angle of 64.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #484E03 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 3 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.69 |
| HSL | 64.8º | 0.93% | 0.16% | - |
| HSV(B) | 64.8º | 0.96% | 0.31% | - |
| XYZ | 5.41 | 6.83 | 1.12 | - |
| YUV | 67.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 3 | 0.08 | 0 | 0.96 | 0.69 | 64.8 | 0.93 | 0.16 |
| Hex | 48 | 4E | 3 | 8 | 0 | 60 | 45 | 41 | 5D | 10 |
| Octal | 110 | 116 | 3 | 10 | 0 | 140 | 105 | 101 | 135 | 20 |
| Binary | 1001000 | 1001110 | 11 | 1000 | 0 | 1100000 | 1000101 | 1000001 | 1011101 | 10000 |
Color Harmonies of #484E03
Complementary color
Monochromatic Colors of #484E03
Black with #484E03
Text Example
Text Example
White with #484E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E03; }
p { color: rgb(72,78,3); }
H1.HeaderClassName
{
color: #484E03;
}
.AnyTagClassName
{
color: #484E03;
}
</style>
background-color css
<style>
a { background-color: #484E03; }
a { background-color: rgb(72,78,3); }
div.DivClassName
{
background-color: #484E03;
}
.BgClassName
{
background-color: #484E03;
}
</style>
border-color css
<style>
span { border-color: #484E03; }
span { border-color: rgb(72,78,3); }
td.TdClassName
{
border-color: #484E03;
}
.TagClassName
{
border-color: #484E03;
}
</style>