Shades of Verdun Green #44640F
Tints of Verdun Green #44640F
RGB
CMYK
RGB Variations
Color information
#44640F (or 0x44640F) is known color: Verdun Green. HEX triplet: 44, 64 and 0F. RGB value is (68,100,15). Sum of RGB (Red+Green+Blue) = 68+100+15=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #44640F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44640F is #BB9BF0. Grayscale: #515151. Windows color (decimal): -12295153 or 1008708. OLE color: 1008708.
HSL color Cylindrical-coordinate representation of color #44640F: hue angle of 82.59º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44640F is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 15 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.61 |
| HSL | 82.59º | 0.74% | 0.23% | - |
| HSV(B) | 82.59º | 0.85% | 0.39% | - |
| XYZ | 7.03 | 10.38 | 2.08 | - |
| YUV | 80.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 15 | 0.32 | 0 | 0.85 | 0.61 | 82.59 | 0.74 | 0.23 |
| Hex | 44 | 64 | F | 20 | 0 | 55 | 3D | 53 | 4A | 17 |
| Octal | 104 | 144 | 17 | 40 | 0 | 125 | 75 | 123 | 112 | 27 |
| Binary | 1000100 | 1100100 | 1111 | 100000 | 0 | 1010101 | 111101 | 1010011 | 1001010 | 10111 |
Color Harmonies of #44640F
Complementary color
Monochromatic Colors of #44640F
Black with #44640F
Text Example
Text Example
White with #44640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44640F; }
p { color: rgb(68,100,15); }
H1.HeaderClassName
{
color: #44640F;
}
.AnyTagClassName
{
color: #44640F;
}
</style>
background-color css
<style>
a { background-color: #44640F; }
a { background-color: rgb(68,100,15); }
div.DivClassName
{
background-color: #44640F;
}
.BgClassName
{
background-color: #44640F;
}
</style>
border-color css
<style>
span { border-color: #44640F; }
span { border-color: rgb(68,100,15); }
td.TdClassName
{
border-color: #44640F;
}
.TagClassName
{
border-color: #44640F;
}
</style>