Shades of Verdun Green #447002
Tints of Verdun Green #447002
RGB
CMYK
RGB Variations
Color information
#447002 (or 0x447002) is known color: Verdun Green. HEX triplet: 44, 70 and 02. RGB value is (68,112,2). Sum of RGB (Red+Green+Blue) = 68+112+2=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #447002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447002 is #BB8FFD. Grayscale: #565656. Windows color (decimal): -12292094 or 159812. OLE color: 159812.
HSL color Cylindrical-coordinate representation of color #447002: hue angle of 84º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #447002 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 112 | 2 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.56 |
| HSL | 84º | 0.96% | 0.22% | - |
| HSV(B) | 84º | 0.98% | 0.44% | - |
| XYZ | 8.19 | 12.82 | 2.1 | - |
| YUV | 86.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 2 | 0.39 | 0 | 0.98 | 0.56 | 84 | 0.96 | 0.22 |
| Hex | 44 | 70 | 2 | 27 | 0 | 62 | 38 | 54 | 60 | 16 |
| Octal | 104 | 160 | 2 | 47 | 0 | 142 | 70 | 124 | 140 | 26 |
| Binary | 1000100 | 1110000 | 10 | 100111 | 0 | 1100010 | 111000 | 1010100 | 1100000 | 10110 |
Color Harmonies of #447002
Complementary color
Monochromatic Colors of #447002
Black with #447002
Text Example
Text Example
White with #447002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447002; }
p { color: rgb(68,112,2); }
H1.HeaderClassName
{
color: #447002;
}
.AnyTagClassName
{
color: #447002;
}
</style>
background-color css
<style>
a { background-color: #447002; }
a { background-color: rgb(68,112,2); }
div.DivClassName
{
background-color: #447002;
}
.BgClassName
{
background-color: #447002;
}
</style>
border-color css
<style>
span { border-color: #447002; }
span { border-color: rgb(68,112,2); }
td.TdClassName
{
border-color: #447002;
}
.TagClassName
{
border-color: #447002;
}
</style>