Shades of Verdun Green #445A00
Tints of Verdun Green #445A00
RGB
CMYK
RGB Variations
Color information
#445A00 (or 0x445A00) is known color: Verdun Green. HEX triplet: 44, 5A and 00. RGB value is (68,90,0). Sum of RGB (Red+Green+Blue) = 68+90+0=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #445A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445A00 is #BBA5FF. Grayscale: #494949. Windows color (decimal): -12297728 or 23108. OLE color: 23108.
HSL color Cylindrical-coordinate representation of color #445A00: hue angle of 74.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #445A00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 90 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.65 |
| HSL | 74.67º | 1% | 0.18% | - |
| HSV(B) | 74.67º | 1% | 0.35% | - |
| XYZ | 6.04 | 8.54 | 1.33 | - |
| YUV | 73.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 0 | 0.24 | 0 | 1 | 0.65 | 74.67 | 1 | 0.18 |
| Hex | 44 | 5A | 0 | 18 | 0 | 64 | 41 | 4B | 64 | 12 |
| Octal | 104 | 132 | 0 | 30 | 0 | 144 | 101 | 113 | 144 | 22 |
| Binary | 1000100 | 1011010 | 0 | 11000 | 0 | 1100100 | 1000001 | 1001011 | 1100100 | 10010 |
Color Harmonies of #445A00
Complementary color
Monochromatic Colors of #445A00
Black with #445A00
Text Example
Text Example
White with #445A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A00; }
p { color: rgb(68,90,0); }
H1.HeaderClassName
{
color: #445A00;
}
.AnyTagClassName
{
color: #445A00;
}
</style>
background-color css
<style>
a { background-color: #445A00; }
a { background-color: rgb(68,90,0); }
div.DivClassName
{
background-color: #445A00;
}
.BgClassName
{
background-color: #445A00;
}
</style>
border-color css
<style>
span { border-color: #445A00; }
span { border-color: rgb(68,90,0); }
td.TdClassName
{
border-color: #445A00;
}
.TagClassName
{
border-color: #445A00;
}
</style>