Shades of Verdun Green #44481B
Tints of Verdun Green #44481B
RGB
CMYK
RGB Variations
Color information
#44481B (or 0x44481B) is known color: Verdun Green. HEX triplet: 44, 48 and 1B. RGB value is (68,72,27). Sum of RGB (Red+Green+Blue) = 68+72+27=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #44481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44481B is #BBB7E4. Grayscale: #414141. Windows color (decimal): -12302309 or 1787972. OLE color: 1787972.
HSL color Cylindrical-coordinate representation of color #44481B: hue angle of 65.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44481B is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 72 | 27 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.72 |
| HSL | 65.33º | 0.45% | 0.19% | - |
| HSV(B) | 65.33º | 0.63% | 0.28% | - |
| XYZ | 4.9 | 5.94 | 1.93 | - |
| YUV | 65.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 27 | 0.06 | 0 | 0.62 | 0.72 | 65.33 | 0.45 | 0.19 |
| Hex | 44 | 48 | 1B | 6 | 0 | 3E | 48 | 41 | 2D | 13 |
| Octal | 104 | 110 | 33 | 6 | 0 | 76 | 110 | 101 | 55 | 23 |
| Binary | 1000100 | 1001000 | 11011 | 110 | 0 | 111110 | 1001000 | 1000001 | 101101 | 10011 |
Color Harmonies of #44481B
Complementary color
Monochromatic Colors of #44481B
Black with #44481B
Text Example
Text Example
White with #44481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44481B; }
p { color: rgb(68,72,27); }
H1.HeaderClassName
{
color: #44481B;
}
.AnyTagClassName
{
color: #44481B;
}
</style>
background-color css
<style>
a { background-color: #44481B; }
a { background-color: rgb(68,72,27); }
div.DivClassName
{
background-color: #44481B;
}
.BgClassName
{
background-color: #44481B;
}
</style>
border-color css
<style>
span { border-color: #44481B; }
span { border-color: rgb(68,72,27); }
td.TdClassName
{
border-color: #44481B;
}
.TagClassName
{
border-color: #44481B;
}
</style>