Shades of Verdun Green #445203
Tints of Verdun Green #445203
RGB
CMYK
RGB Variations
Color information
#445203 (or 0x445203) is known color: Verdun Green. HEX triplet: 44, 52 and 03. RGB value is (68,82,3). Sum of RGB (Red+Green+Blue) = 68+82+3=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #445203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445203 is #BBADFC. Grayscale: #454545. Windows color (decimal): -12299773 or 217668. OLE color: 217668.
HSL color Cylindrical-coordinate representation of color #445203: hue angle of 70.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #445203 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 3 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.68 |
| HSL | 70.63º | 0.93% | 0.17% | - |
| HSV(B) | 70.63º | 0.96% | 0.32% | - |
| XYZ | 5.42 | 7.27 | 1.2 | - |
| YUV | 68.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 3 | 0.17 | 0 | 0.96 | 0.68 | 70.63 | 0.93 | 0.17 |
| Hex | 44 | 52 | 3 | 11 | 0 | 60 | 44 | 47 | 5D | 11 |
| Octal | 104 | 122 | 3 | 21 | 0 | 140 | 104 | 107 | 135 | 21 |
| Binary | 1000100 | 1010010 | 11 | 10001 | 0 | 1100000 | 1000100 | 1000111 | 1011101 | 10001 |
Color Harmonies of #445203
Complementary color
Monochromatic Colors of #445203
Black with #445203
Text Example
Text Example
White with #445203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445203; }
p { color: rgb(68,82,3); }
H1.HeaderClassName
{
color: #445203;
}
.AnyTagClassName
{
color: #445203;
}
</style>
background-color css
<style>
a { background-color: #445203; }
a { background-color: rgb(68,82,3); }
div.DivClassName
{
background-color: #445203;
}
.BgClassName
{
background-color: #445203;
}
</style>
border-color css
<style>
span { border-color: #445203; }
span { border-color: rgb(68,82,3); }
td.TdClassName
{
border-color: #445203;
}
.TagClassName
{
border-color: #445203;
}
</style>