Shades of Verdun Green #486702
Tints of Verdun Green #486702
RGB
CMYK
RGB Variations
Color information
#486702 (or 0x486702) is known color: Verdun Green. HEX triplet: 48, 67 and 02. RGB value is (72,103,2). Sum of RGB (Red+Green+Blue) = 72+103+2=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #486702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486702 is #B798FD. Grayscale: #525252. Windows color (decimal): -12032254 or 157512. OLE color: 157512.
HSL color Cylindrical-coordinate representation of color #486702: hue angle of 78.42º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #486702 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 2 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.60 |
| HSL | 78.42º | 0.96% | 0.21% | - |
| HSV(B) | 78.42º | 0.98% | 0.4% | - |
| XYZ | 7.53 | 11.08 | 1.8 | - |
| YUV | 82.22 | 82.73 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 2 | 0.30 | 0 | 0.98 | 0.60 | 78.42 | 0.96 | 0.21 |
| Hex | 48 | 67 | 2 | 1E | 0 | 62 | 3C | 4E | 60 | 15 |
| Octal | 110 | 147 | 2 | 36 | 0 | 142 | 74 | 116 | 140 | 25 |
| Binary | 1001000 | 1100111 | 10 | 11110 | 0 | 1100010 | 111100 | 1001110 | 1100000 | 10101 |
Color Harmonies of #486702
Complementary color
Monochromatic Colors of #486702
Black with #486702
Text Example
Text Example
White with #486702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486702; }
p { color: rgb(72,103,2); }
H1.HeaderClassName
{
color: #486702;
}
.AnyTagClassName
{
color: #486702;
}
</style>
background-color css
<style>
a { background-color: #486702; }
a { background-color: rgb(72,103,2); }
div.DivClassName
{
background-color: #486702;
}
.BgClassName
{
background-color: #486702;
}
</style>
border-color css
<style>
span { border-color: #486702; }
span { border-color: rgb(72,103,2); }
td.TdClassName
{
border-color: #486702;
}
.TagClassName
{
border-color: #486702;
}
</style>