Shades of Verdun Green #464C13
Tints of Verdun Green #464C13
RGB
CMYK
RGB Variations
Color information
#464C13 (or 0x464C13) is known color: Verdun Green. HEX triplet: 46, 4C and 13. RGB value is (70,76,19). Sum of RGB (Red+Green+Blue) = 70+76+19=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #464C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C13 is #B9B3EC. Grayscale: #434343. Windows color (decimal): -12170221 or 1264710. OLE color: 1264710.
HSL color Cylindrical-coordinate representation of color #464C13: hue angle of 66.32º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #464C13 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 19 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.70 |
| HSL | 66.32º | 0.6% | 0.19% | - |
| HSV(B) | 66.32º | 0.75% | 0.3% | - |
| XYZ | 5.23 | 6.52 | 1.6 | - |
| YUV | 67.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 19 | 0.08 | 0 | 0.75 | 0.70 | 66.32 | 0.6 | 0.19 |
| Hex | 46 | 4C | 13 | 8 | 0 | 4B | 46 | 42 | 3C | 13 |
| Octal | 106 | 114 | 23 | 10 | 0 | 113 | 106 | 102 | 74 | 23 |
| Binary | 1000110 | 1001100 | 10011 | 1000 | 0 | 1001011 | 1000110 | 1000010 | 111100 | 10011 |
Color Harmonies of #464C13
Complementary color
Monochromatic Colors of #464C13
Black with #464C13
Text Example
Text Example
White with #464C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C13; }
p { color: rgb(70,76,19); }
H1.HeaderClassName
{
color: #464C13;
}
.AnyTagClassName
{
color: #464C13;
}
</style>
background-color css
<style>
a { background-color: #464C13; }
a { background-color: rgb(70,76,19); }
div.DivClassName
{
background-color: #464C13;
}
.BgClassName
{
background-color: #464C13;
}
</style>
border-color css
<style>
span { border-color: #464C13; }
span { border-color: rgb(70,76,19); }
td.TdClassName
{
border-color: #464C13;
}
.TagClassName
{
border-color: #464C13;
}
</style>