Shades of Verdun Green #484E07
Tints of Verdun Green #484E07
RGB
CMYK
RGB Variations
Color information
#484E07 (or 0x484E07) is known color: Verdun Green. HEX triplet: 48, 4E and 07. RGB value is (72,78,7). Sum of RGB (Red+Green+Blue) = 72+78+7=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #484E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484E07 is #B7B1F8. Grayscale: #444444. Windows color (decimal): -12038649 or 478792. OLE color: 478792.
HSL color Cylindrical-coordinate representation of color #484E07: hue angle of 65.07º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #484E07 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 7 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.69 |
| HSL | 65.07º | 0.84% | 0.17% | - |
| HSV(B) | 65.07º | 0.91% | 0.31% | - |
| XYZ | 5.44 | 6.84 | 1.24 | - |
| YUV | 68.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 7 | 0.08 | 0 | 0.91 | 0.69 | 65.07 | 0.84 | 0.17 |
| Hex | 48 | 4E | 7 | 8 | 0 | 5B | 45 | 41 | 54 | 11 |
| Octal | 110 | 116 | 7 | 10 | 0 | 133 | 105 | 101 | 124 | 21 |
| Binary | 1001000 | 1001110 | 111 | 1000 | 0 | 1011011 | 1000101 | 1000001 | 1010100 | 10001 |
Color Harmonies of #484E07
Complementary color
Monochromatic Colors of #484E07
Black with #484E07
Text Example
Text Example
White with #484E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E07; }
p { color: rgb(72,78,7); }
H1.HeaderClassName
{
color: #484E07;
}
.AnyTagClassName
{
color: #484E07;
}
</style>
background-color css
<style>
a { background-color: #484E07; }
a { background-color: rgb(72,78,7); }
div.DivClassName
{
background-color: #484E07;
}
.BgClassName
{
background-color: #484E07;
}
</style>
border-color css
<style>
span { border-color: #484E07; }
span { border-color: rgb(72,78,7); }
td.TdClassName
{
border-color: #484E07;
}
.TagClassName
{
border-color: #484E07;
}
</style>