Shades of Verdun Green #44551F
Tints of Verdun Green #44551F
RGB
CMYK
RGB Variations
Color information
#44551F (or 0x44551F) is known color: Verdun Green. HEX triplet: 44, 55 and 1F. RGB value is (68,85,31). Sum of RGB (Red+Green+Blue) = 68+85+31=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #44551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44551F is #BBAAE0. Grayscale: #494949. Windows color (decimal): -12298977 or 2053444. OLE color: 2053444.
HSL color Cylindrical-coordinate representation of color #44551F: hue angle of 78.89º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44551F is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 31 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.67 |
| HSL | 78.89º | 0.47% | 0.23% | - |
| HSV(B) | 78.89º | 0.64% | 0.33% | - |
| XYZ | 5.88 | 7.82 | 2.5 | - |
| YUV | 73.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 31 | 0.20 | 0 | 0.64 | 0.67 | 78.89 | 0.47 | 0.23 |
| Hex | 44 | 55 | 1F | 14 | 0 | 40 | 43 | 4F | 2F | 17 |
| Octal | 104 | 125 | 37 | 24 | 0 | 100 | 103 | 117 | 57 | 27 |
| Binary | 1000100 | 1010101 | 11111 | 10100 | 0 | 1000000 | 1000011 | 1001111 | 101111 | 10111 |
Color Harmonies of #44551F
Complementary color
Monochromatic Colors of #44551F
Black with #44551F
Text Example
Text Example
White with #44551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44551F; }
p { color: rgb(68,85,31); }
H1.HeaderClassName
{
color: #44551F;
}
.AnyTagClassName
{
color: #44551F;
}
</style>
background-color css
<style>
a { background-color: #44551F; }
a { background-color: rgb(68,85,31); }
div.DivClassName
{
background-color: #44551F;
}
.BgClassName
{
background-color: #44551F;
}
</style>
border-color css
<style>
span { border-color: #44551F; }
span { border-color: rgb(68,85,31); }
td.TdClassName
{
border-color: #44551F;
}
.TagClassName
{
border-color: #44551F;
}
</style>