Shades of Verdun Green #445F02
Tints of Verdun Green #445F02
RGB
CMYK
RGB Variations
Color information
#445F02 (or 0x445F02) is known color: Verdun Green. HEX triplet: 44, 5F and 02. RGB value is (68,95,2). Sum of RGB (Red+Green+Blue) = 68+95+2=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #445F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445F02 is #BBA0FD. Grayscale: #4C4C4C. Windows color (decimal): -12296446 or 155460. OLE color: 155460.
HSL color Cylindrical-coordinate representation of color #445F02: hue angle of 77.42º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #445F02 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 2 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.63 |
| HSL | 77.42º | 0.96% | 0.19% | - |
| HSV(B) | 77.42º | 0.98% | 0.37% | - |
| XYZ | 6.49 | 9.42 | 1.53 | - |
| YUV | 76.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 2 | 0.28 | 0 | 0.98 | 0.63 | 77.42 | 0.96 | 0.19 |
| Hex | 44 | 5F | 2 | 1C | 0 | 62 | 3F | 4D | 60 | 13 |
| Octal | 104 | 137 | 2 | 34 | 0 | 142 | 77 | 115 | 140 | 23 |
| Binary | 1000100 | 1011111 | 10 | 11100 | 0 | 1100010 | 111111 | 1001101 | 1100000 | 10011 |
Color Harmonies of #445F02
Complementary color
Monochromatic Colors of #445F02
Black with #445F02
Text Example
Text Example
White with #445F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F02; }
p { color: rgb(68,95,2); }
H1.HeaderClassName
{
color: #445F02;
}
.AnyTagClassName
{
color: #445F02;
}
</style>
background-color css
<style>
a { background-color: #445F02; }
a { background-color: rgb(68,95,2); }
div.DivClassName
{
background-color: #445F02;
}
.BgClassName
{
background-color: #445F02;
}
</style>
border-color css
<style>
span { border-color: #445F02; }
span { border-color: rgb(68,95,2); }
td.TdClassName
{
border-color: #445F02;
}
.TagClassName
{
border-color: #445F02;
}
</style>