Shades of Verdun Green #44680A
Tints of Verdun Green #44680A
RGB
CMYK
RGB Variations
Color information
#44680A (or 0x44680A) is known color: Verdun Green. HEX triplet: 44, 68 and 0A. RGB value is (68,104,10). Sum of RGB (Red+Green+Blue) = 68+104+10=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #44680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44680A is #BB97F5. Grayscale: #525252. Windows color (decimal): -12294134 or 682052. OLE color: 682052.
HSL color Cylindrical-coordinate representation of color #44680A: hue angle of 82.98º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44680A is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 104 | 10 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.59 |
| HSL | 82.98º | 0.82% | 0.22% | - |
| HSV(B) | 82.98º | 0.9% | 0.41% | - |
| XYZ | 7.39 | 11.15 | 2.05 | - |
| YUV | 82.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 10 | 0.35 | 0 | 0.90 | 0.59 | 82.98 | 0.82 | 0.22 |
| Hex | 44 | 68 | A | 23 | 0 | 5A | 3B | 53 | 52 | 16 |
| Octal | 104 | 150 | 12 | 43 | 0 | 132 | 73 | 123 | 122 | 26 |
| Binary | 1000100 | 1101000 | 1010 | 100011 | 0 | 1011010 | 111011 | 1010011 | 1010010 | 10110 |
Color Harmonies of #44680A
Complementary color
Monochromatic Colors of #44680A
Black with #44680A
Text Example
Text Example
White with #44680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44680A; }
p { color: rgb(68,104,10); }
H1.HeaderClassName
{
color: #44680A;
}
.AnyTagClassName
{
color: #44680A;
}
</style>
background-color css
<style>
a { background-color: #44680A; }
a { background-color: rgb(68,104,10); }
div.DivClassName
{
background-color: #44680A;
}
.BgClassName
{
background-color: #44680A;
}
</style>
border-color css
<style>
span { border-color: #44680A; }
span { border-color: rgb(68,104,10); }
td.TdClassName
{
border-color: #44680A;
}
.TagClassName
{
border-color: #44680A;
}
</style>