Shades of Verdun Green #484502
Tints of Verdun Green #484502
RGB
CMYK
RGB Variations
Color information
#484502 (or 0x484502) is known color: Verdun Green. HEX triplet: 48, 45 and 02. RGB value is (72,69,2). Sum of RGB (Red+Green+Blue) = 72+69+2=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #484502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484502 is #B7BAFD. Grayscale: #3E3E3E. Windows color (decimal): -12040958 or 148808. OLE color: 148808.
HSL color Cylindrical-coordinate representation of color #484502: hue angle of 57.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #484502 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 2 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.72 |
| HSL | 57.43º | 0.95% | 0.15% | - |
| HSV(B) | 57.43º | 0.97% | 0.28% | - |
| XYZ | 4.81 | 5.64 | 0.89 | - |
| YUV | 62.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 2 | 0 | 0.04 | 0.97 | 0.72 | 57.43 | 0.95 | 0.15 |
| Hex | 48 | 45 | 2 | 0 | 4 | 61 | 48 | 39 | 5F | F |
| Octal | 110 | 105 | 2 | 0 | 4 | 141 | 110 | 71 | 137 | 17 |
| Binary | 1001000 | 1000101 | 10 | 0 | 100 | 1100001 | 1001000 | 111001 | 1011111 | 1111 |
Color Harmonies of #484502
Complementary color
Monochromatic Colors of #484502
Black with #484502
Text Example
Text Example
White with #484502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484502; }
p { color: rgb(72,69,2); }
H1.HeaderClassName
{
color: #484502;
}
.AnyTagClassName
{
color: #484502;
}
</style>
background-color css
<style>
a { background-color: #484502; }
a { background-color: rgb(72,69,2); }
div.DivClassName
{
background-color: #484502;
}
.BgClassName
{
background-color: #484502;
}
</style>
border-color css
<style>
span { border-color: #484502; }
span { border-color: rgb(72,69,2); }
td.TdClassName
{
border-color: #484502;
}
.TagClassName
{
border-color: #484502;
}
</style>