Shades of Verdun Green #44541B
Tints of Verdun Green #44541B
RGB
CMYK
RGB Variations
Color information
#44541B (or 0x44541B) is known color: Verdun Green. HEX triplet: 44, 54 and 1B. RGB value is (68,84,27). Sum of RGB (Red+Green+Blue) = 68+84+27=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #44541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44541B is #BBABE4. Grayscale: #484848. Windows color (decimal): -12299237 or 1791044. OLE color: 1791044.
HSL color Cylindrical-coordinate representation of color #44541B: hue angle of 76.84º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44541B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 27 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.67 |
| HSL | 76.84º | 0.51% | 0.22% | - |
| HSV(B) | 76.84º | 0.68% | 0.33% | - |
| XYZ | 5.75 | 7.65 | 2.21 | - |
| YUV | 72.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 27 | 0.19 | 0 | 0.68 | 0.67 | 76.84 | 0.51 | 0.22 |
| Hex | 44 | 54 | 1B | 13 | 0 | 44 | 43 | 4D | 33 | 16 |
| Octal | 104 | 124 | 33 | 23 | 0 | 104 | 103 | 115 | 63 | 26 |
| Binary | 1000100 | 1010100 | 11011 | 10011 | 0 | 1000100 | 1000011 | 1001101 | 110011 | 10110 |
Color Harmonies of #44541B
Complementary color
Monochromatic Colors of #44541B
Black with #44541B
Text Example
Text Example
White with #44541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44541B; }
p { color: rgb(68,84,27); }
H1.HeaderClassName
{
color: #44541B;
}
.AnyTagClassName
{
color: #44541B;
}
</style>
background-color css
<style>
a { background-color: #44541B; }
a { background-color: rgb(68,84,27); }
div.DivClassName
{
background-color: #44541B;
}
.BgClassName
{
background-color: #44541B;
}
</style>
border-color css
<style>
span { border-color: #44541B; }
span { border-color: rgb(68,84,27); }
td.TdClassName
{
border-color: #44541B;
}
.TagClassName
{
border-color: #44541B;
}
</style>