Shades of Verdun Green #456002
Tints of Verdun Green #456002
RGB
CMYK
RGB Variations
Color information
#456002 (or 0x456002) is known color: Verdun Green. HEX triplet: 45, 60 and 02. RGB value is (69,96,2). Sum of RGB (Red+Green+Blue) = 69+96+2=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #456002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456002 is #BA9FFD. Grayscale: #4D4D4D. Windows color (decimal): -12230654 or 155717. OLE color: 155717.
HSL color Cylindrical-coordinate representation of color #456002: hue angle of 77.23º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #456002 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 2 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.62 |
| HSL | 77.23º | 0.96% | 0.19% | - |
| HSV(B) | 77.23º | 0.98% | 0.38% | - |
| XYZ | 6.65 | 9.64 | 1.57 | - |
| YUV | 77.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 2 | 0.28 | 0 | 0.98 | 0.62 | 77.23 | 0.96 | 0.19 |
| Hex | 45 | 60 | 2 | 1C | 0 | 62 | 3E | 4D | 60 | 13 |
| Octal | 105 | 140 | 2 | 34 | 0 | 142 | 76 | 115 | 140 | 23 |
| Binary | 1000101 | 1100000 | 10 | 11100 | 0 | 1100010 | 111110 | 1001101 | 1100000 | 10011 |
Color Harmonies of #456002
Complementary color
Monochromatic Colors of #456002
Black with #456002
Text Example
Text Example
White with #456002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456002; }
p { color: rgb(69,96,2); }
H1.HeaderClassName
{
color: #456002;
}
.AnyTagClassName
{
color: #456002;
}
</style>
background-color css
<style>
a { background-color: #456002; }
a { background-color: rgb(69,96,2); }
div.DivClassName
{
background-color: #456002;
}
.BgClassName
{
background-color: #456002;
}
</style>
border-color css
<style>
span { border-color: #456002; }
span { border-color: rgb(69,96,2); }
td.TdClassName
{
border-color: #456002;
}
.TagClassName
{
border-color: #456002;
}
</style>