Shades of Verdun Green #444305
Tints of Verdun Green #444305
RGB
CMYK
RGB Variations
Color information
#444305 (or 0x444305) is known color: Verdun Green. HEX triplet: 44, 43 and 05. RGB value is (68,67,5). Sum of RGB (Red+Green+Blue) = 68+67+5=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #444305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444305 is #BBBCFA. Grayscale: #3C3C3C. Windows color (decimal): -12303611 or 344900. OLE color: 344900.
HSL color Cylindrical-coordinate representation of color #444305: hue angle of 59.05º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #444305 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 67 | 5 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.73 |
| HSL | 59.05º | 0.86% | 0.14% | - |
| HSV(B) | 59.05º | 0.93% | 0.27% | - |
| XYZ | 4.42 | 5.25 | 0.92 | - |
| YUV | 60.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 5 | 0 | 0.01 | 0.93 | 0.73 | 59.05 | 0.86 | 0.14 |
| Hex | 44 | 43 | 5 | 0 | 1 | 5D | 49 | 3B | 56 | E |
| Octal | 104 | 103 | 5 | 0 | 1 | 135 | 111 | 73 | 126 | 16 |
| Binary | 1000100 | 1000011 | 101 | 0 | 1 | 1011101 | 1001001 | 111011 | 1010110 | 1110 |
Color Harmonies of #444305
Complementary color
Monochromatic Colors of #444305
Black with #444305
Text Example
Text Example
White with #444305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444305; }
p { color: rgb(68,67,5); }
H1.HeaderClassName
{
color: #444305;
}
.AnyTagClassName
{
color: #444305;
}
</style>
background-color css
<style>
a { background-color: #444305; }
a { background-color: rgb(68,67,5); }
div.DivClassName
{
background-color: #444305;
}
.BgClassName
{
background-color: #444305;
}
</style>
border-color css
<style>
span { border-color: #444305; }
span { border-color: rgb(68,67,5); }
td.TdClassName
{
border-color: #444305;
}
.TagClassName
{
border-color: #444305;
}
</style>