Shades of Verdun Green #445A10
Tints of Verdun Green #445A10
RGB
CMYK
RGB Variations
Color information
#445A10 (or 0x445A10) is known color: Verdun Green. HEX triplet: 44, 5A and 10. RGB value is (68,90,16). Sum of RGB (Red+Green+Blue) = 68+90+16=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #445A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445A10 is #BBA5EF. Grayscale: #4B4B4B. Windows color (decimal): -12297712 or 1071684. OLE color: 1071684.
HSL color Cylindrical-coordinate representation of color #445A10: hue angle of 77.84º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #445A10 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 90 | 16 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.65 |
| HSL | 77.84º | 0.7% | 0.21% | - |
| HSV(B) | 77.84º | 0.82% | 0.35% | - |
| XYZ | 6.13 | 8.58 | 1.82 | - |
| YUV | 74.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 16 | 0.24 | 0 | 0.82 | 0.65 | 77.84 | 0.7 | 0.21 |
| Hex | 44 | 5A | 10 | 18 | 0 | 52 | 41 | 4E | 46 | 15 |
| Octal | 104 | 132 | 20 | 30 | 0 | 122 | 101 | 116 | 106 | 25 |
| Binary | 1000100 | 1011010 | 10000 | 11000 | 0 | 1010010 | 1000001 | 1001110 | 1000110 | 10101 |
Color Harmonies of #445A10
Complementary color
Monochromatic Colors of #445A10
Black with #445A10
Text Example
Text Example
White with #445A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A10; }
p { color: rgb(68,90,16); }
H1.HeaderClassName
{
color: #445A10;
}
.AnyTagClassName
{
color: #445A10;
}
</style>
background-color css
<style>
a { background-color: #445A10; }
a { background-color: rgb(68,90,16); }
div.DivClassName
{
background-color: #445A10;
}
.BgClassName
{
background-color: #445A10;
}
</style>
border-color css
<style>
span { border-color: #445A10; }
span { border-color: rgb(68,90,16); }
td.TdClassName
{
border-color: #445A10;
}
.TagClassName
{
border-color: #445A10;
}
</style>