Shades of Verdun Green #467102
Tints of Verdun Green #467102
RGB
CMYK
RGB Variations
Color information
#467102 (or 0x467102) is known color: Verdun Green. HEX triplet: 46, 71 and 02. RGB value is (70,113,2). Sum of RGB (Red+Green+Blue) = 70+113+2=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #467102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467102 is #B98EFD. Grayscale: #575757. Windows color (decimal): -12160766 or 160070. OLE color: 160070.
HSL color Cylindrical-coordinate representation of color #467102: hue angle of 83.24º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #467102 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 2 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.56 |
| HSL | 83.24º | 0.97% | 0.23% | - |
| HSV(B) | 83.24º | 0.98% | 0.44% | - |
| XYZ | 8.44 | 13.12 | 2.14 | - |
| YUV | 87.49 | 79.75 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 2 | 0.38 | 0 | 0.98 | 0.56 | 83.24 | 0.97 | 0.23 |
| Hex | 46 | 71 | 2 | 26 | 0 | 62 | 38 | 53 | 61 | 17 |
| Octal | 106 | 161 | 2 | 46 | 0 | 142 | 70 | 123 | 141 | 27 |
| Binary | 1000110 | 1110001 | 10 | 100110 | 0 | 1100010 | 111000 | 1010011 | 1100001 | 10111 |
Color Harmonies of #467102
Complementary color
Monochromatic Colors of #467102
Black with #467102
Text Example
Text Example
White with #467102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467102; }
p { color: rgb(70,113,2); }
H1.HeaderClassName
{
color: #467102;
}
.AnyTagClassName
{
color: #467102;
}
</style>
background-color css
<style>
a { background-color: #467102; }
a { background-color: rgb(70,113,2); }
div.DivClassName
{
background-color: #467102;
}
.BgClassName
{
background-color: #467102;
}
</style>
border-color css
<style>
span { border-color: #467102; }
span { border-color: rgb(70,113,2); }
td.TdClassName
{
border-color: #467102;
}
.TagClassName
{
border-color: #467102;
}
</style>