Shades of Verdun Green #44620C
Tints of Verdun Green #44620C
RGB
CMYK
RGB Variations
Color information
#44620C (or 0x44620C) is known color: Verdun Green. HEX triplet: 44, 62 and 0C. RGB value is (68,98,12). Sum of RGB (Red+Green+Blue) = 68+98+12=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #44620C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44620C is #BB9DF3. Grayscale: #4F4F4F. Windows color (decimal): -12295668 or 811588. OLE color: 811588.
HSL color Cylindrical-coordinate representation of color #44620C: hue angle of 80.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44620C is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 98 | 12 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.62 |
| HSL | 80.93º | 0.78% | 0.22% | - |
| HSV(B) | 80.93º | 0.88% | 0.38% | - |
| XYZ | 6.82 | 9.99 | 1.92 | - |
| YUV | 79.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 12 | 0.31 | 0 | 0.88 | 0.62 | 80.93 | 0.78 | 0.22 |
| Hex | 44 | 62 | C | 1F | 0 | 58 | 3E | 51 | 4E | 16 |
| Octal | 104 | 142 | 14 | 37 | 0 | 130 | 76 | 121 | 116 | 26 |
| Binary | 1000100 | 1100010 | 1100 | 11111 | 0 | 1011000 | 111110 | 1010001 | 1001110 | 10110 |
Color Harmonies of #44620C
Complementary color
Monochromatic Colors of #44620C
Black with #44620C
Text Example
Text Example
White with #44620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44620C; }
p { color: rgb(68,98,12); }
H1.HeaderClassName
{
color: #44620C;
}
.AnyTagClassName
{
color: #44620C;
}
</style>
background-color css
<style>
a { background-color: #44620C; }
a { background-color: rgb(68,98,12); }
div.DivClassName
{
background-color: #44620C;
}
.BgClassName
{
background-color: #44620C;
}
</style>
border-color css
<style>
span { border-color: #44620C; }
span { border-color: rgb(68,98,12); }
td.TdClassName
{
border-color: #44620C;
}
.TagClassName
{
border-color: #44620C;
}
</style>