Shades of Verdun Green #485802
Tints of Verdun Green #485802
RGB
CMYK
RGB Variations
Color information
#485802 (or 0x485802) is known color: Verdun Green. HEX triplet: 48, 58 and 02. RGB value is (72,88,2). Sum of RGB (Red+Green+Blue) = 72+88+2=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #485802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485802 is #B7A7FD. Grayscale: #494949. Windows color (decimal): -12036094 or 153672. OLE color: 153672.
HSL color Cylindrical-coordinate representation of color #485802: hue angle of 71.16º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #485802 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 2 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.65 |
| HSL | 71.16º | 0.96% | 0.18% | - |
| HSV(B) | 71.16º | 0.98% | 0.35% | - |
| XYZ | 6.17 | 8.36 | 1.35 | - |
| YUV | 73.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 2 | 0.18 | 0 | 0.98 | 0.65 | 71.16 | 0.96 | 0.18 |
| Hex | 48 | 58 | 2 | 12 | 0 | 62 | 41 | 47 | 60 | 12 |
| Octal | 110 | 130 | 2 | 22 | 0 | 142 | 101 | 107 | 140 | 22 |
| Binary | 1001000 | 1011000 | 10 | 10010 | 0 | 1100010 | 1000001 | 1000111 | 1100000 | 10010 |
Color Harmonies of #485802
Complementary color
Monochromatic Colors of #485802
Black with #485802
Text Example
Text Example
White with #485802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485802; }
p { color: rgb(72,88,2); }
H1.HeaderClassName
{
color: #485802;
}
.AnyTagClassName
{
color: #485802;
}
</style>
background-color css
<style>
a { background-color: #485802; }
a { background-color: rgb(72,88,2); }
div.DivClassName
{
background-color: #485802;
}
.BgClassName
{
background-color: #485802;
}
</style>
border-color css
<style>
span { border-color: #485802; }
span { border-color: rgb(72,88,2); }
td.TdClassName
{
border-color: #485802;
}
.TagClassName
{
border-color: #485802;
}
</style>