Shades of Verdun Green #445802
Tints of Verdun Green #445802
RGB
CMYK
RGB Variations
Color information
#445802 (or 0x445802) is known color: Verdun Green. HEX triplet: 44, 58 and 02. RGB value is (68,88,2). Sum of RGB (Red+Green+Blue) = 68+88+2=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #445802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445802 is #BBA7FD. Grayscale: #484848. Windows color (decimal): -12298238 or 153668. OLE color: 153668.
HSL color Cylindrical-coordinate representation of color #445802: hue angle of 73.95º 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 #445802 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 88 | 2 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.65 |
| HSL | 73.95º | 0.96% | 0.18% | - |
| HSV(B) | 73.95º | 0.98% | 0.35% | - |
| XYZ | 5.88 | 8.21 | 1.33 | - |
| YUV | 72.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 2 | 0.23 | 0 | 0.98 | 0.65 | 73.95 | 0.96 | 0.18 |
| Hex | 44 | 58 | 2 | 17 | 0 | 62 | 41 | 4A | 60 | 12 |
| Octal | 104 | 130 | 2 | 27 | 0 | 142 | 101 | 112 | 140 | 22 |
| Binary | 1000100 | 1011000 | 10 | 10111 | 0 | 1100010 | 1000001 | 1001010 | 1100000 | 10010 |
Color Harmonies of #445802
Complementary color
Monochromatic Colors of #445802
Black with #445802
Text Example
Text Example
White with #445802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445802; }
p { color: rgb(68,88,2); }
H1.HeaderClassName
{
color: #445802;
}
.AnyTagClassName
{
color: #445802;
}
</style>
background-color css
<style>
a { background-color: #445802; }
a { background-color: rgb(68,88,2); }
div.DivClassName
{
background-color: #445802;
}
.BgClassName
{
background-color: #445802;
}
</style>
border-color css
<style>
span { border-color: #445802; }
span { border-color: rgb(68,88,2); }
td.TdClassName
{
border-color: #445802;
}
.TagClassName
{
border-color: #445802;
}
</style>