Shades of Verdun Green #464B0C
Tints of Verdun Green #464B0C
RGB
CMYK
RGB Variations
Color information
#464B0C (or 0x464B0C) is known color: Verdun Green. HEX triplet: 46, 4B and 0C. RGB value is (70,75,12). Sum of RGB (Red+Green+Blue) = 70+75+12=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #464B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464B0C is #B9B4F3. Grayscale: #424242. Windows color (decimal): -12170484 or 805702. OLE color: 805702.
HSL color Cylindrical-coordinate representation of color #464B0C: hue angle of 64.76º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #464B0C is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 12 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.71 |
| HSL | 64.76º | 0.72% | 0.17% | - |
| HSV(B) | 64.76º | 0.84% | 0.29% | - |
| XYZ | 5.11 | 6.36 | 1.31 | - |
| YUV | 66.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 12 | 0.07 | 0 | 0.84 | 0.71 | 64.76 | 0.72 | 0.17 |
| Hex | 46 | 4B | C | 7 | 0 | 54 | 47 | 41 | 48 | 11 |
| Octal | 106 | 113 | 14 | 7 | 0 | 124 | 107 | 101 | 110 | 21 |
| Binary | 1000110 | 1001011 | 1100 | 111 | 0 | 1010100 | 1000111 | 1000001 | 1001000 | 10001 |
Color Harmonies of #464B0C
Complementary color
Monochromatic Colors of #464B0C
Black with #464B0C
Text Example
Text Example
White with #464B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B0C; }
p { color: rgb(70,75,12); }
H1.HeaderClassName
{
color: #464B0C;
}
.AnyTagClassName
{
color: #464B0C;
}
</style>
background-color css
<style>
a { background-color: #464B0C; }
a { background-color: rgb(70,75,12); }
div.DivClassName
{
background-color: #464B0C;
}
.BgClassName
{
background-color: #464B0C;
}
</style>
border-color css
<style>
span { border-color: #464B0C; }
span { border-color: rgb(70,75,12); }
td.TdClassName
{
border-color: #464B0C;
}
.TagClassName
{
border-color: #464B0C;
}
</style>