Shades of Verdun Green #44551C
Tints of Verdun Green #44551C
RGB
CMYK
RGB Variations
Color information
#44551C (or 0x44551C) is known color: Verdun Green. HEX triplet: 44, 55 and 1C. RGB value is (68,85,28). Sum of RGB (Red+Green+Blue) = 68+85+28=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #44551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44551C is #BBAAE3. Grayscale: #494949. Windows color (decimal): -12298980 or 1856836. OLE color: 1856836.
HSL color Cylindrical-coordinate representation of color #44551C: hue angle of 77.89º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44551C is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 28 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.67 |
| HSL | 77.89º | 0.5% | 0.22% | - |
| HSV(B) | 77.89º | 0.67% | 0.33% | - |
| XYZ | 5.84 | 7.81 | 2.3 | - |
| YUV | 73.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 28 | 0.20 | 0 | 0.67 | 0.67 | 77.89 | 0.5 | 0.22 |
| Hex | 44 | 55 | 1C | 14 | 0 | 43 | 43 | 4E | 32 | 16 |
| Octal | 104 | 125 | 34 | 24 | 0 | 103 | 103 | 116 | 62 | 26 |
| Binary | 1000100 | 1010101 | 11100 | 10100 | 0 | 1000011 | 1000011 | 1001110 | 110010 | 10110 |
Color Harmonies of #44551C
Complementary color
Monochromatic Colors of #44551C
Black with #44551C
Text Example
Text Example
White with #44551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44551C; }
p { color: rgb(68,85,28); }
H1.HeaderClassName
{
color: #44551C;
}
.AnyTagClassName
{
color: #44551C;
}
</style>
background-color css
<style>
a { background-color: #44551C; }
a { background-color: rgb(68,85,28); }
div.DivClassName
{
background-color: #44551C;
}
.BgClassName
{
background-color: #44551C;
}
</style>
border-color css
<style>
span { border-color: #44551C; }
span { border-color: rgb(68,85,28); }
td.TdClassName
{
border-color: #44551C;
}
.TagClassName
{
border-color: #44551C;
}
</style>