Shades of Verdun Green #486707
Tints of Verdun Green #486707
RGB
CMYK
RGB Variations
Color information
#486707 (or 0x486707) is known color: Verdun Green. HEX triplet: 48, 67 and 07. RGB value is (72,103,7). Sum of RGB (Red+Green+Blue) = 72+103+7=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #486707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486707 is #B798F8. Grayscale: #535353. Windows color (decimal): -12032249 or 485192. OLE color: 485192.
HSL color Cylindrical-coordinate representation of color #486707: hue angle of 79.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #486707 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 7 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.60 |
| HSL | 79.38º | 0.87% | 0.22% | - |
| HSV(B) | 79.38º | 0.93% | 0.4% | - |
| XYZ | 7.56 | 11.09 | 1.94 | - |
| YUV | 82.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 7 | 0.30 | 0 | 0.93 | 0.60 | 79.38 | 0.87 | 0.22 |
| Hex | 48 | 67 | 7 | 1E | 0 | 5D | 3C | 4F | 57 | 16 |
| Octal | 110 | 147 | 7 | 36 | 0 | 135 | 74 | 117 | 127 | 26 |
| Binary | 1001000 | 1100111 | 111 | 11110 | 0 | 1011101 | 111100 | 1001111 | 1010111 | 10110 |
Color Harmonies of #486707
Complementary color
Monochromatic Colors of #486707
Black with #486707
Text Example
Text Example
White with #486707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486707; }
p { color: rgb(72,103,7); }
H1.HeaderClassName
{
color: #486707;
}
.AnyTagClassName
{
color: #486707;
}
</style>
background-color css
<style>
a { background-color: #486707; }
a { background-color: rgb(72,103,7); }
div.DivClassName
{
background-color: #486707;
}
.BgClassName
{
background-color: #486707;
}
</style>
border-color css
<style>
span { border-color: #486707; }
span { border-color: rgb(72,103,7); }
td.TdClassName
{
border-color: #486707;
}
.TagClassName
{
border-color: #486707;
}
</style>