Shades of Verdun Green #464C07
Tints of Verdun Green #464C07
RGB
CMYK
RGB Variations
Color information
#464C07 (or 0x464C07) is known color: Verdun Green. HEX triplet: 46, 4C and 07. RGB value is (70,76,7). Sum of RGB (Red+Green+Blue) = 70+76+7=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #464C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C07 is #B9B3F8. Grayscale: #424242. Windows color (decimal): -12170233 or 478278. OLE color: 478278.
HSL color Cylindrical-coordinate representation of color #464C07: hue angle of 65.22º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #464C07 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 7 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.70 |
| HSL | 65.22º | 0.83% | 0.16% | - |
| HSV(B) | 65.22º | 0.91% | 0.3% | - |
| XYZ | 5.15 | 6.49 | 1.18 | - |
| YUV | 66.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 7 | 0.08 | 0 | 0.91 | 0.70 | 65.22 | 0.83 | 0.16 |
| Hex | 46 | 4C | 7 | 8 | 0 | 5B | 46 | 41 | 53 | 10 |
| Octal | 106 | 114 | 7 | 10 | 0 | 133 | 106 | 101 | 123 | 20 |
| Binary | 1000110 | 1001100 | 111 | 1000 | 0 | 1011011 | 1000110 | 1000001 | 1010011 | 10000 |
Color Harmonies of #464C07
Complementary color
Monochromatic Colors of #464C07
Black with #464C07
Text Example
Text Example
White with #464C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C07; }
p { color: rgb(70,76,7); }
H1.HeaderClassName
{
color: #464C07;
}
.AnyTagClassName
{
color: #464C07;
}
</style>
background-color css
<style>
a { background-color: #464C07; }
a { background-color: rgb(70,76,7); }
div.DivClassName
{
background-color: #464C07;
}
.BgClassName
{
background-color: #464C07;
}
</style>
border-color css
<style>
span { border-color: #464C07; }
span { border-color: rgb(70,76,7); }
td.TdClassName
{
border-color: #464C07;
}
.TagClassName
{
border-color: #464C07;
}
</style>