Shades of Verdun Green #486002
Tints of Verdun Green #486002
RGB
CMYK
RGB Variations
Color information
#486002 (or 0x486002) is known color: Verdun Green. HEX triplet: 48, 60 and 02. RGB value is (72,96,2). Sum of RGB (Red+Green+Blue) = 72+96+2=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #486002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486002 is #B79FFD. Grayscale: #4E4E4E. Windows color (decimal): -12034046 or 155720. OLE color: 155720.
HSL color Cylindrical-coordinate representation of color #486002: hue angle of 75.32º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #486002 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 96 | 2 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.62 |
| HSL | 75.32º | 0.96% | 0.19% | - |
| HSV(B) | 75.32º | 0.98% | 0.38% | - |
| XYZ | 6.87 | 9.75 | 1.58 | - |
| YUV | 78.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 2 | 0.25 | 0 | 0.98 | 0.62 | 75.32 | 0.96 | 0.19 |
| Hex | 48 | 60 | 2 | 19 | 0 | 62 | 3E | 4B | 60 | 13 |
| Octal | 110 | 140 | 2 | 31 | 0 | 142 | 76 | 113 | 140 | 23 |
| Binary | 1001000 | 1100000 | 10 | 11001 | 0 | 1100010 | 111110 | 1001011 | 1100000 | 10011 |
Color Harmonies of #486002
Complementary color
Monochromatic Colors of #486002
Black with #486002
Text Example
Text Example
White with #486002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486002; }
p { color: rgb(72,96,2); }
H1.HeaderClassName
{
color: #486002;
}
.AnyTagClassName
{
color: #486002;
}
</style>
background-color css
<style>
a { background-color: #486002; }
a { background-color: rgb(72,96,2); }
div.DivClassName
{
background-color: #486002;
}
.BgClassName
{
background-color: #486002;
}
</style>
border-color css
<style>
span { border-color: #486002; }
span { border-color: rgb(72,96,2); }
td.TdClassName
{
border-color: #486002;
}
.TagClassName
{
border-color: #486002;
}
</style>