Shades of Verdun Green #44530A
Tints of Verdun Green #44530A
RGB
CMYK
RGB Variations
Color information
#44530A (or 0x44530A) is known color: Verdun Green. HEX triplet: 44, 53 and 0A. RGB value is (68,83,10). Sum of RGB (Red+Green+Blue) = 68+83+10=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #44530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44530A is #BBACF5. Grayscale: #464646. Windows color (decimal): -12299510 or 676676. OLE color: 676676.
HSL color Cylindrical-coordinate representation of color #44530A: hue angle of 72.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44530A is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 10 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.67 |
| HSL | 72.33º | 0.78% | 0.18% | - |
| HSV(B) | 72.33º | 0.88% | 0.33% | - |
| XYZ | 5.53 | 7.44 | 1.43 | - |
| YUV | 70.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 10 | 0.18 | 0 | 0.88 | 0.67 | 72.33 | 0.78 | 0.18 |
| Hex | 44 | 53 | A | 12 | 0 | 58 | 43 | 48 | 4E | 12 |
| Octal | 104 | 123 | 12 | 22 | 0 | 130 | 103 | 110 | 116 | 22 |
| Binary | 1000100 | 1010011 | 1010 | 10010 | 0 | 1011000 | 1000011 | 1001000 | 1001110 | 10010 |
Color Harmonies of #44530A
Complementary color
Monochromatic Colors of #44530A
Black with #44530A
Text Example
Text Example
White with #44530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44530A; }
p { color: rgb(68,83,10); }
H1.HeaderClassName
{
color: #44530A;
}
.AnyTagClassName
{
color: #44530A;
}
</style>
background-color css
<style>
a { background-color: #44530A; }
a { background-color: rgb(68,83,10); }
div.DivClassName
{
background-color: #44530A;
}
.BgClassName
{
background-color: #44530A;
}
</style>
border-color css
<style>
span { border-color: #44530A; }
span { border-color: rgb(68,83,10); }
td.TdClassName
{
border-color: #44530A;
}
.TagClassName
{
border-color: #44530A;
}
</style>