Shades of Verdun Green #445708
Tints of Verdun Green #445708
RGB
CMYK
RGB Variations
Color information
#445708 (or 0x445708) is known color: Verdun Green. HEX triplet: 44, 57 and 08. RGB value is (68,87,8). Sum of RGB (Red+Green+Blue) = 68+87+8=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #445708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445708 is #BBA8F7. Grayscale: #484848. Windows color (decimal): -12298488 or 546628. OLE color: 546628.
HSL color Cylindrical-coordinate representation of color #445708: hue angle of 74.43º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #445708 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 87 | 8 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.66 |
| HSL | 74.43º | 0.83% | 0.19% | - |
| HSV(B) | 74.43º | 0.91% | 0.34% | - |
| XYZ | 5.84 | 8.06 | 1.48 | - |
| YUV | 72.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 87 | 8 | 0.22 | 0 | 0.91 | 0.66 | 74.43 | 0.83 | 0.19 |
| Hex | 44 | 57 | 8 | 16 | 0 | 5B | 42 | 4A | 53 | 13 |
| Octal | 104 | 127 | 10 | 26 | 0 | 133 | 102 | 112 | 123 | 23 |
| Binary | 1000100 | 1010111 | 1000 | 10110 | 0 | 1011011 | 1000010 | 1001010 | 1010011 | 10011 |
Color Harmonies of #445708
Complementary color
Monochromatic Colors of #445708
Black with #445708
Text Example
Text Example
White with #445708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445708; }
p { color: rgb(68,87,8); }
H1.HeaderClassName
{
color: #445708;
}
.AnyTagClassName
{
color: #445708;
}
</style>
background-color css
<style>
a { background-color: #445708; }
a { background-color: rgb(68,87,8); }
div.DivClassName
{
background-color: #445708;
}
.BgClassName
{
background-color: #445708;
}
</style>
border-color css
<style>
span { border-color: #445708; }
span { border-color: rgb(68,87,8); }
td.TdClassName
{
border-color: #445708;
}
.TagClassName
{
border-color: #445708;
}
</style>