Shades of Verdun Green #465002
Tints of Verdun Green #465002
RGB
CMYK
RGB Variations
Color information
#465002 (or 0x465002) is known color: Verdun Green. HEX triplet: 46, 50 and 02. RGB value is (70,80,2). Sum of RGB (Red+Green+Blue) = 70+80+2=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #465002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465002 is #B9AFFD. Grayscale: #444444. Windows color (decimal): -12169214 or 151622. OLE color: 151622.
HSL color Cylindrical-coordinate representation of color #465002: hue angle of 67.69º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465002 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 2 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.69 |
| HSL | 67.69º | 0.95% | 0.16% | - |
| HSV(B) | 67.69º | 0.98% | 0.31% | - |
| XYZ | 5.41 | 7.04 | 1.13 | - |
| YUV | 68.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 2 | 0.12 | 0 | 0.98 | 0.69 | 67.69 | 0.95 | 0.16 |
| Hex | 46 | 50 | 2 | C | 0 | 62 | 45 | 44 | 5F | 10 |
| Octal | 106 | 120 | 2 | 14 | 0 | 142 | 105 | 104 | 137 | 20 |
| Binary | 1000110 | 1010000 | 10 | 1100 | 0 | 1100010 | 1000101 | 1000100 | 1011111 | 10000 |
Color Harmonies of #465002
Complementary color
Monochromatic Colors of #465002
Black with #465002
Text Example
Text Example
White with #465002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465002; }
p { color: rgb(70,80,2); }
H1.HeaderClassName
{
color: #465002;
}
.AnyTagClassName
{
color: #465002;
}
</style>
background-color css
<style>
a { background-color: #465002; }
a { background-color: rgb(70,80,2); }
div.DivClassName
{
background-color: #465002;
}
.BgClassName
{
background-color: #465002;
}
</style>
border-color css
<style>
span { border-color: #465002; }
span { border-color: rgb(70,80,2); }
td.TdClassName
{
border-color: #465002;
}
.TagClassName
{
border-color: #465002;
}
</style>