Shades of Verdun Green #445D00
Tints of Verdun Green #445D00
RGB
CMYK
RGB Variations
Color information
#445D00 (or 0x445D00) is known color: Verdun Green. HEX triplet: 44, 5D and 00. RGB value is (68,93,0). Sum of RGB (Red+Green+Blue) = 68+93+0=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #445D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445D00 is #BBA2FF. Grayscale: #4B4B4B. Windows color (decimal): -12296960 or 23876. OLE color: 23876.
HSL color Cylindrical-coordinate representation of color #445D00: hue angle of 76.13º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #445D00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 93 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.64 |
| HSL | 76.13º | 1% | 0.18% | - |
| HSV(B) | 76.13º | 1% | 0.36% | - |
| XYZ | 6.3 | 9.06 | 1.42 | - |
| YUV | 74.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 0 | 0.27 | 0 | 1 | 0.64 | 76.13 | 1 | 0.18 |
| Hex | 44 | 5D | 0 | 1B | 0 | 64 | 40 | 4C | 64 | 12 |
| Octal | 104 | 135 | 0 | 33 | 0 | 144 | 100 | 114 | 144 | 22 |
| Binary | 1000100 | 1011101 | 0 | 11011 | 0 | 1100100 | 1000000 | 1001100 | 1100100 | 10010 |
Color Harmonies of #445D00
Complementary color
Monochromatic Colors of #445D00
Black with #445D00
Text Example
Text Example
White with #445D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D00; }
p { color: rgb(68,93,0); }
H1.HeaderClassName
{
color: #445D00;
}
.AnyTagClassName
{
color: #445D00;
}
</style>
background-color css
<style>
a { background-color: #445D00; }
a { background-color: rgb(68,93,0); }
div.DivClassName
{
background-color: #445D00;
}
.BgClassName
{
background-color: #445D00;
}
</style>
border-color css
<style>
span { border-color: #445D00; }
span { border-color: rgb(68,93,0); }
td.TdClassName
{
border-color: #445D00;
}
.TagClassName
{
border-color: #445D00;
}
</style>