Shades of Verdun Green #445C14
Tints of Verdun Green #445C14
RGB
CMYK
RGB Variations
Color information
#445C14 (or 0x445C14) is known color: Verdun Green. HEX triplet: 44, 5C and 14. RGB value is (68,92,20). Sum of RGB (Red+Green+Blue) = 68+92+20=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #445C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445C14 is #BBA3EB. Grayscale: #4C4C4C. Windows color (decimal): -12297196 or 1334340. OLE color: 1334340.
HSL color Cylindrical-coordinate representation of color #445C14: hue angle of 80º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #445C14 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 92 | 20 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.64 |
| HSL | 80º | 0.64% | 0.22% | - |
| HSV(B) | 80º | 0.78% | 0.36% | - |
| XYZ | 6.34 | 8.93 | 2.05 | - |
| YUV | 76.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 20 | 0.26 | 0 | 0.78 | 0.64 | 80 | 0.64 | 0.22 |
| Hex | 44 | 5C | 14 | 1A | 0 | 4E | 40 | 50 | 40 | 16 |
| Octal | 104 | 134 | 24 | 32 | 0 | 116 | 100 | 120 | 100 | 26 |
| Binary | 1000100 | 1011100 | 10100 | 11010 | 0 | 1001110 | 1000000 | 1010000 | 1000000 | 10110 |
Color Harmonies of #445C14
Complementary color
Monochromatic Colors of #445C14
Black with #445C14
Text Example
Text Example
White with #445C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C14; }
p { color: rgb(68,92,20); }
H1.HeaderClassName
{
color: #445C14;
}
.AnyTagClassName
{
color: #445C14;
}
</style>
background-color css
<style>
a { background-color: #445C14; }
a { background-color: rgb(68,92,20); }
div.DivClassName
{
background-color: #445C14;
}
.BgClassName
{
background-color: #445C14;
}
</style>
border-color css
<style>
span { border-color: #445C14; }
span { border-color: rgb(68,92,20); }
td.TdClassName
{
border-color: #445C14;
}
.TagClassName
{
border-color: #445C14;
}
</style>