Shades of Verdun Green #447102
Tints of Verdun Green #447102
RGB
CMYK
RGB Variations
Color information
#447102 (or 0x447102) is known color: Verdun Green. HEX triplet: 44, 71 and 02. RGB value is (68,113,2). Sum of RGB (Red+Green+Blue) = 68+113+2=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #447102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447102 is #BB8EFD. Grayscale: #575757. Windows color (decimal): -12291838 or 160068. OLE color: 160068.
HSL color Cylindrical-coordinate representation of color #447102: hue angle of 84.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #447102 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 2 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.56 |
| HSL | 84.32º | 0.97% | 0.23% | - |
| HSV(B) | 84.32º | 0.98% | 0.44% | - |
| XYZ | 8.3 | 13.04 | 2.14 | - |
| YUV | 86.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 2 | 0.40 | 0 | 0.98 | 0.56 | 84.32 | 0.97 | 0.23 |
| Hex | 44 | 71 | 2 | 28 | 0 | 62 | 38 | 54 | 61 | 17 |
| Octal | 104 | 161 | 2 | 50 | 0 | 142 | 70 | 124 | 141 | 27 |
| Binary | 1000100 | 1110001 | 10 | 101000 | 0 | 1100010 | 111000 | 1010100 | 1100001 | 10111 |
Color Harmonies of #447102
Complementary color
Monochromatic Colors of #447102
Black with #447102
Text Example
Text Example
White with #447102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447102; }
p { color: rgb(68,113,2); }
H1.HeaderClassName
{
color: #447102;
}
.AnyTagClassName
{
color: #447102;
}
</style>
background-color css
<style>
a { background-color: #447102; }
a { background-color: rgb(68,113,2); }
div.DivClassName
{
background-color: #447102;
}
.BgClassName
{
background-color: #447102;
}
</style>
border-color css
<style>
span { border-color: #447102; }
span { border-color: rgb(68,113,2); }
td.TdClassName
{
border-color: #447102;
}
.TagClassName
{
border-color: #447102;
}
</style>