Shades of Verdun Green #456702
Tints of Verdun Green #456702
RGB
CMYK
RGB Variations
Color information
#456702 (or 0x456702) is known color: Verdun Green. HEX triplet: 45, 67 and 02. RGB value is (69,103,2). Sum of RGB (Red+Green+Blue) = 69+103+2=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #456702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456702 is #BA98FD. Grayscale: #515151. Windows color (decimal): -12228862 or 157509. OLE color: 157509.
HSL color Cylindrical-coordinate representation of color #456702: hue angle of 80.2º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #456702 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 2 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.60 |
| HSL | 80.2º | 0.96% | 0.21% | - |
| HSV(B) | 80.2º | 0.98% | 0.4% | - |
| XYZ | 7.32 | 10.97 | 1.79 | - |
| YUV | 81.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 2 | 0.33 | 0 | 0.98 | 0.60 | 80.2 | 0.96 | 0.21 |
| Hex | 45 | 67 | 2 | 21 | 0 | 62 | 3C | 50 | 60 | 15 |
| Octal | 105 | 147 | 2 | 41 | 0 | 142 | 74 | 120 | 140 | 25 |
| Binary | 1000101 | 1100111 | 10 | 100001 | 0 | 1100010 | 111100 | 1010000 | 1100000 | 10101 |
Color Harmonies of #456702
Complementary color
Monochromatic Colors of #456702
Black with #456702
Text Example
Text Example
White with #456702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456702; }
p { color: rgb(69,103,2); }
H1.HeaderClassName
{
color: #456702;
}
.AnyTagClassName
{
color: #456702;
}
</style>
background-color css
<style>
a { background-color: #456702; }
a { background-color: rgb(69,103,2); }
div.DivClassName
{
background-color: #456702;
}
.BgClassName
{
background-color: #456702;
}
</style>
border-color css
<style>
span { border-color: #456702; }
span { border-color: rgb(69,103,2); }
td.TdClassName
{
border-color: #456702;
}
.TagClassName
{
border-color: #456702;
}
</style>