Shades of Verdun Green #445D1A
Tints of Verdun Green #445D1A
RGB
CMYK
RGB Variations
Color information
#445D1A (or 0x445D1A) is known color: Verdun Green. HEX triplet: 44, 5D and 1A. RGB value is (68,93,26). Sum of RGB (Red+Green+Blue) = 68+93+26=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #445D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D1A is #BBA2E5. Grayscale: #4E4E4E. Windows color (decimal): -12296934 or 1727812. OLE color: 1727812.
HSL color Cylindrical-coordinate representation of color #445D1A: hue angle of 82.39º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445D1A is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 93 | 26 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.64 |
| HSL | 82.39º | 0.56% | 0.23% | - |
| HSV(B) | 82.39º | 0.72% | 0.36% | - |
| XYZ | 6.48 | 9.13 | 2.4 | - |
| YUV | 77.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 26 | 0.27 | 0 | 0.72 | 0.64 | 82.39 | 0.56 | 0.23 |
| Hex | 44 | 5D | 1A | 1B | 0 | 48 | 40 | 52 | 38 | 17 |
| Octal | 104 | 135 | 32 | 33 | 0 | 110 | 100 | 122 | 70 | 27 |
| Binary | 1000100 | 1011101 | 11010 | 11011 | 0 | 1001000 | 1000000 | 1010010 | 111000 | 10111 |
Color Harmonies of #445D1A
Complementary color
Monochromatic Colors of #445D1A
Black with #445D1A
Text Example
Text Example
White with #445D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D1A; }
p { color: rgb(68,93,26); }
H1.HeaderClassName
{
color: #445D1A;
}
.AnyTagClassName
{
color: #445D1A;
}
</style>
background-color css
<style>
a { background-color: #445D1A; }
a { background-color: rgb(68,93,26); }
div.DivClassName
{
background-color: #445D1A;
}
.BgClassName
{
background-color: #445D1A;
}
</style>
border-color css
<style>
span { border-color: #445D1A; }
span { border-color: rgb(68,93,26); }
td.TdClassName
{
border-color: #445D1A;
}
.TagClassName
{
border-color: #445D1A;
}
</style>