Shades of Verdun Green #445508
Tints of Verdun Green #445508
RGB
CMYK
RGB Variations
Color information
#445508 (or 0x445508) is known color: Verdun Green. HEX triplet: 44, 55 and 08. RGB value is (68,85,8). Sum of RGB (Red+Green+Blue) = 68+85+8=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #445508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445508 is #BBAAF7. Grayscale: #474747. Windows color (decimal): -12299000 or 546116. OLE color: 546116.
HSL color Cylindrical-coordinate representation of color #445508: hue angle of 73.25º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #445508 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 8 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.67 |
| HSL | 73.25º | 0.83% | 0.18% | - |
| HSV(B) | 73.25º | 0.91% | 0.33% | - |
| XYZ | 5.68 | 7.74 | 1.43 | - |
| YUV | 71.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 8 | 0.20 | 0 | 0.91 | 0.67 | 73.25 | 0.83 | 0.18 |
| Hex | 44 | 55 | 8 | 14 | 0 | 5B | 43 | 49 | 53 | 12 |
| Octal | 104 | 125 | 10 | 24 | 0 | 133 | 103 | 111 | 123 | 22 |
| Binary | 1000100 | 1010101 | 1000 | 10100 | 0 | 1011011 | 1000011 | 1001001 | 1010011 | 10010 |
Color Harmonies of #445508
Complementary color
Monochromatic Colors of #445508
Black with #445508
Text Example
Text Example
White with #445508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445508; }
p { color: rgb(68,85,8); }
H1.HeaderClassName
{
color: #445508;
}
.AnyTagClassName
{
color: #445508;
}
</style>
background-color css
<style>
a { background-color: #445508; }
a { background-color: rgb(68,85,8); }
div.DivClassName
{
background-color: #445508;
}
.BgClassName
{
background-color: #445508;
}
</style>
border-color css
<style>
span { border-color: #445508; }
span { border-color: rgb(68,85,8); }
td.TdClassName
{
border-color: #445508;
}
.TagClassName
{
border-color: #445508;
}
</style>