Shades of Verdun Green #444202
Tints of Verdun Green #444202
RGB
CMYK
RGB Variations
Color information
#444202 (or 0x444202) is known color: Verdun Green. HEX triplet: 44, 42 and 02. RGB value is (68,66,2). Sum of RGB (Red+Green+Blue) = 68+66+2=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #444202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444202 is #BBBDFD. Grayscale: #3B3B3B. Windows color (decimal): -12303870 or 148036. OLE color: 148036.
HSL color Cylindrical-coordinate representation of color #444202: hue angle of 58.18º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #444202 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 66 | 2 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.73 |
| HSL | 58.18º | 0.94% | 0.14% | - |
| HSV(B) | 58.18º | 0.97% | 0.27% | - |
| XYZ | 4.34 | 5.13 | 0.82 | - |
| YUV | 59.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 2 | 0 | 0.03 | 0.97 | 0.73 | 58.18 | 0.94 | 0.14 |
| Hex | 44 | 42 | 2 | 0 | 3 | 61 | 49 | 3A | 5E | E |
| Octal | 104 | 102 | 2 | 0 | 3 | 141 | 111 | 72 | 136 | 16 |
| Binary | 1000100 | 1000010 | 10 | 0 | 11 | 1100001 | 1001001 | 111010 | 1011110 | 1110 |
Color Harmonies of #444202
Complementary color
Monochromatic Colors of #444202
Black with #444202
Text Example
Text Example
White with #444202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444202; }
p { color: rgb(68,66,2); }
H1.HeaderClassName
{
color: #444202;
}
.AnyTagClassName
{
color: #444202;
}
</style>
background-color css
<style>
a { background-color: #444202; }
a { background-color: rgb(68,66,2); }
div.DivClassName
{
background-color: #444202;
}
.BgClassName
{
background-color: #444202;
}
</style>
border-color css
<style>
span { border-color: #444202; }
span { border-color: rgb(68,66,2); }
td.TdClassName
{
border-color: #444202;
}
.TagClassName
{
border-color: #444202;
}
</style>