Shades of Verdun Green #444F1B
Tints of Verdun Green #444F1B
RGB
CMYK
RGB Variations
Color information
#444F1B (or 0x444F1B) is known color: Verdun Green. HEX triplet: 44, 4F and 1B. RGB value is (68,79,27). Sum of RGB (Red+Green+Blue) = 68+79+27=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #444F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F1B is #BBB0E4. Grayscale: #454545. Windows color (decimal): -12300517 or 1789764. OLE color: 1789764.
HSL color Cylindrical-coordinate representation of color #444F1B: hue angle of 72.69º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #444F1B is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 27 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.69 |
| HSL | 72.69º | 0.49% | 0.21% | - |
| HSV(B) | 72.69º | 0.66% | 0.31% | - |
| XYZ | 5.38 | 6.9 | 2.09 | - |
| YUV | 69.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 27 | 0.14 | 0 | 0.66 | 0.69 | 72.69 | 0.49 | 0.21 |
| Hex | 44 | 4F | 1B | E | 0 | 42 | 45 | 49 | 31 | 15 |
| Octal | 104 | 117 | 33 | 16 | 0 | 102 | 105 | 111 | 61 | 25 |
| Binary | 1000100 | 1001111 | 11011 | 1110 | 0 | 1000010 | 1000101 | 1001001 | 110001 | 10101 |
Color Harmonies of #444F1B
Complementary color
Monochromatic Colors of #444F1B
Black with #444F1B
Text Example
Text Example
White with #444F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F1B; }
p { color: rgb(68,79,27); }
H1.HeaderClassName
{
color: #444F1B;
}
.AnyTagClassName
{
color: #444F1B;
}
</style>
background-color css
<style>
a { background-color: #444F1B; }
a { background-color: rgb(68,79,27); }
div.DivClassName
{
background-color: #444F1B;
}
.BgClassName
{
background-color: #444F1B;
}
</style>
border-color css
<style>
span { border-color: #444F1B; }
span { border-color: rgb(68,79,27); }
td.TdClassName
{
border-color: #444F1B;
}
.TagClassName
{
border-color: #444F1B;
}
</style>