Shades of Verdun Green #454602
Tints of Verdun Green #454602
RGB
CMYK
RGB Variations
Color information
#454602 (or 0x454602) is known color: Verdun Green. HEX triplet: 45, 46 and 02. RGB value is (69,70,2). Sum of RGB (Red+Green+Blue) = 69+70+2=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #454602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454602 is #BAB9FD. Grayscale: #3E3E3E. Windows color (decimal): -12237310 or 149061. OLE color: 149061.
HSL color Cylindrical-coordinate representation of color #454602: hue angle of 60.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #454602 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 70 | 2 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.73 |
| HSL | 60.88º | 0.94% | 0.14% | - |
| HSV(B) | 60.88º | 0.97% | 0.27% | - |
| XYZ | 4.66 | 5.65 | 0.9 | - |
| YUV | 61.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 2 | 0.01 | 0 | 0.97 | 0.73 | 60.88 | 0.94 | 0.14 |
| Hex | 45 | 46 | 2 | 1 | 0 | 61 | 49 | 3D | 5E | E |
| Octal | 105 | 106 | 2 | 1 | 0 | 141 | 111 | 75 | 136 | 16 |
| Binary | 1000101 | 1000110 | 10 | 1 | 0 | 1100001 | 1001001 | 111101 | 1011110 | 1110 |
Color Harmonies of #454602
Complementary color
Monochromatic Colors of #454602
Black with #454602
Text Example
Text Example
White with #454602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454602; }
p { color: rgb(69,70,2); }
H1.HeaderClassName
{
color: #454602;
}
.AnyTagClassName
{
color: #454602;
}
</style>
background-color css
<style>
a { background-color: #454602; }
a { background-color: rgb(69,70,2); }
div.DivClassName
{
background-color: #454602;
}
.BgClassName
{
background-color: #454602;
}
</style>
border-color css
<style>
span { border-color: #454602; }
span { border-color: rgb(69,70,2); }
td.TdClassName
{
border-color: #454602;
}
.TagClassName
{
border-color: #454602;
}
</style>