Shades of Verdun Green #44491B
Tints of Verdun Green #44491B
RGB
CMYK
RGB Variations
Color information
#44491B (or 0x44491B) is known color: Verdun Green. HEX triplet: 44, 49 and 1B. RGB value is (68,73,27). Sum of RGB (Red+Green+Blue) = 68+73+27=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #44491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44491B is #BBB6E4. Grayscale: #424242. Windows color (decimal): -12302053 or 1788228. OLE color: 1788228.
HSL color Cylindrical-coordinate representation of color #44491B: hue angle of 66.52º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44491B is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 27 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.71 |
| HSL | 66.52º | 0.46% | 0.2% | - |
| HSV(B) | 66.52º | 0.63% | 0.29% | - |
| XYZ | 4.96 | 6.07 | 1.95 | - |
| YUV | 66.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 27 | 0.07 | 0 | 0.63 | 0.71 | 66.52 | 0.46 | 0.2 |
| Hex | 44 | 49 | 1B | 7 | 0 | 3F | 47 | 43 | 2E | 14 |
| Octal | 104 | 111 | 33 | 7 | 0 | 77 | 107 | 103 | 56 | 24 |
| Binary | 1000100 | 1001001 | 11011 | 111 | 0 | 111111 | 1000111 | 1000011 | 101110 | 10100 |
Color Harmonies of #44491B
Complementary color
Monochromatic Colors of #44491B
Black with #44491B
Text Example
Text Example
White with #44491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44491B; }
p { color: rgb(68,73,27); }
H1.HeaderClassName
{
color: #44491B;
}
.AnyTagClassName
{
color: #44491B;
}
</style>
background-color css
<style>
a { background-color: #44491B; }
a { background-color: rgb(68,73,27); }
div.DivClassName
{
background-color: #44491B;
}
.BgClassName
{
background-color: #44491B;
}
</style>
border-color css
<style>
span { border-color: #44491B; }
span { border-color: rgb(68,73,27); }
td.TdClassName
{
border-color: #44491B;
}
.TagClassName
{
border-color: #44491B;
}
</style>