Shades of Verdun Green #484A07
Tints of Verdun Green #484A07
RGB
CMYK
RGB Variations
Color information
#484A07 (or 0x484A07) is known color: Verdun Green. HEX triplet: 48, 4A and 07. RGB value is (72,74,7). Sum of RGB (Red+Green+Blue) = 72+74+7=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 74 - color contains mainly: green. Hex color #484A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484A07 is #B7B5F8. Grayscale: #424242. Windows color (decimal): -12039673 or 477768. OLE color: 477768.
HSL color Cylindrical-coordinate representation of color #484A07: hue angle of 61.79º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #484A07 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 74 | 7 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.71 |
| HSL | 61.79º | 0.83% | 0.16% | - |
| HSV(B) | 61.79º | 0.91% | 0.29% | - |
| XYZ | 5.16 | 6.29 | 1.14 | - |
| YUV | 65.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 7 | 0.03 | 0 | 0.91 | 0.71 | 61.79 | 0.83 | 0.16 |
| Hex | 48 | 4A | 7 | 3 | 0 | 5B | 47 | 3E | 53 | 10 |
| Octal | 110 | 112 | 7 | 3 | 0 | 133 | 107 | 76 | 123 | 20 |
| Binary | 1001000 | 1001010 | 111 | 11 | 0 | 1011011 | 1000111 | 111110 | 1010011 | 10000 |
Color Harmonies of #484A07
Complementary color
Monochromatic Colors of #484A07
Black with #484A07
Text Example
Text Example
White with #484A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A07; }
p { color: rgb(72,74,7); }
H1.HeaderClassName
{
color: #484A07;
}
.AnyTagClassName
{
color: #484A07;
}
</style>
background-color css
<style>
a { background-color: #484A07; }
a { background-color: rgb(72,74,7); }
div.DivClassName
{
background-color: #484A07;
}
.BgClassName
{
background-color: #484A07;
}
</style>
border-color css
<style>
span { border-color: #484A07; }
span { border-color: rgb(72,74,7); }
td.TdClassName
{
border-color: #484A07;
}
.TagClassName
{
border-color: #484A07;
}
</style>