Shades of Verdun Green #44531C
Tints of Verdun Green #44531C
RGB
CMYK
RGB Variations
Color information
#44531C (or 0x44531C) is known color: Verdun Green. HEX triplet: 44, 53 and 1C. RGB value is (68,83,28). Sum of RGB (Red+Green+Blue) = 68+83+28=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #44531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44531C is #BBACE3. Grayscale: #484848. Windows color (decimal): -12299492 or 1856324. OLE color: 1856324.
HSL color Cylindrical-coordinate representation of color #44531C: hue angle of 76.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44531C is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 28 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.67 |
| HSL | 76.36º | 0.5% | 0.22% | - |
| HSV(B) | 76.36º | 0.66% | 0.33% | - |
| XYZ | 5.69 | 7.5 | 2.25 | - |
| YUV | 72.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 28 | 0.18 | 0 | 0.66 | 0.67 | 76.36 | 0.5 | 0.22 |
| Hex | 44 | 53 | 1C | 12 | 0 | 42 | 43 | 4C | 32 | 16 |
| Octal | 104 | 123 | 34 | 22 | 0 | 102 | 103 | 114 | 62 | 26 |
| Binary | 1000100 | 1010011 | 11100 | 10010 | 0 | 1000010 | 1000011 | 1001100 | 110010 | 10110 |
Color Harmonies of #44531C
Complementary color
Monochromatic Colors of #44531C
Black with #44531C
Text Example
Text Example
White with #44531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44531C; }
p { color: rgb(68,83,28); }
H1.HeaderClassName
{
color: #44531C;
}
.AnyTagClassName
{
color: #44531C;
}
</style>
background-color css
<style>
a { background-color: #44531C; }
a { background-color: rgb(68,83,28); }
div.DivClassName
{
background-color: #44531C;
}
.BgClassName
{
background-color: #44531C;
}
</style>
border-color css
<style>
span { border-color: #44531C; }
span { border-color: rgb(68,83,28); }
td.TdClassName
{
border-color: #44531C;
}
.TagClassName
{
border-color: #44531C;
}
</style>