Shades of Verdun Green #445A0F
Tints of Verdun Green #445A0F
RGB
CMYK
RGB Variations
Color information
#445A0F (or 0x445A0F) is known color: Verdun Green. HEX triplet: 44, 5A and 0F. RGB value is (68,90,15). Sum of RGB (Red+Green+Blue) = 68+90+15=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #445A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445A0F is #BBA5F0. Grayscale: #4B4B4B. Windows color (decimal): -12297713 or 1006148. OLE color: 1006148.
HSL color Cylindrical-coordinate representation of color #445A0F: hue angle of 77.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #445A0F is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 90 | 15 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.65 |
| HSL | 77.6º | 0.71% | 0.21% | - |
| HSV(B) | 77.6º | 0.83% | 0.35% | - |
| XYZ | 6.13 | 8.58 | 1.78 | - |
| YUV | 74.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 15 | 0.24 | 0 | 0.83 | 0.65 | 77.6 | 0.71 | 0.21 |
| Hex | 44 | 5A | F | 18 | 0 | 53 | 41 | 4E | 47 | 15 |
| Octal | 104 | 132 | 17 | 30 | 0 | 123 | 101 | 116 | 107 | 25 |
| Binary | 1000100 | 1011010 | 1111 | 11000 | 0 | 1010011 | 1000001 | 1001110 | 1000111 | 10101 |
Color Harmonies of #445A0F
Complementary color
Monochromatic Colors of #445A0F
Black with #445A0F
Text Example
Text Example
White with #445A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A0F; }
p { color: rgb(68,90,15); }
H1.HeaderClassName
{
color: #445A0F;
}
.AnyTagClassName
{
color: #445A0F;
}
</style>
background-color css
<style>
a { background-color: #445A0F; }
a { background-color: rgb(68,90,15); }
div.DivClassName
{
background-color: #445A0F;
}
.BgClassName
{
background-color: #445A0F;
}
</style>
border-color css
<style>
span { border-color: #445A0F; }
span { border-color: rgb(68,90,15); }
td.TdClassName
{
border-color: #445A0F;
}
.TagClassName
{
border-color: #445A0F;
}
</style>