Shades of Verdun Green #445306
Tints of Verdun Green #445306
RGB
CMYK
RGB Variations
Color information
#445306 (or 0x445306) is known color: Verdun Green. HEX triplet: 44, 53 and 06. RGB value is (68,83,6). Sum of RGB (Red+Green+Blue) = 68+83+6=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #445306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445306 is #BBACF9. Grayscale: #464646. Windows color (decimal): -12299514 or 414532. OLE color: 414532.
HSL color Cylindrical-coordinate representation of color #445306: hue angle of 71.69º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #445306 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 83 | 6 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.67 |
| HSL | 71.69º | 0.87% | 0.17% | - |
| HSV(B) | 71.69º | 0.93% | 0.33% | - |
| XYZ | 5.51 | 7.43 | 1.32 | - |
| YUV | 69.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 83 | 6 | 0.18 | 0 | 0.93 | 0.67 | 71.69 | 0.87 | 0.17 |
| Hex | 44 | 53 | 6 | 12 | 0 | 5D | 43 | 48 | 57 | 11 |
| Octal | 104 | 123 | 6 | 22 | 0 | 135 | 103 | 110 | 127 | 21 |
| Binary | 1000100 | 1010011 | 110 | 10010 | 0 | 1011101 | 1000011 | 1001000 | 1010111 | 10001 |
Color Harmonies of #445306
Complementary color
Monochromatic Colors of #445306
Black with #445306
Text Example
Text Example
White with #445306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445306; }
p { color: rgb(68,83,6); }
H1.HeaderClassName
{
color: #445306;
}
.AnyTagClassName
{
color: #445306;
}
</style>
background-color css
<style>
a { background-color: #445306; }
a { background-color: rgb(68,83,6); }
div.DivClassName
{
background-color: #445306;
}
.BgClassName
{
background-color: #445306;
}
</style>
border-color css
<style>
span { border-color: #445306; }
span { border-color: rgb(68,83,6); }
td.TdClassName
{
border-color: #445306;
}
.TagClassName
{
border-color: #445306;
}
</style>