Shades of Verdun Green #464C18
Tints of Verdun Green #464C18
RGB
CMYK
RGB Variations
Color information
#464C18 (or 0x464C18) is known color: Verdun Green. HEX triplet: 46, 4C and 18. RGB value is (70,76,24). Sum of RGB (Red+Green+Blue) = 70+76+24=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #464C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C18 is #B9B3E7. Grayscale: #444444. Windows color (decimal): -12170216 or 1592390. OLE color: 1592390.
HSL color Cylindrical-coordinate representation of color #464C18: hue angle of 66.92º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464C18 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 24 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.70 |
| HSL | 66.92º | 0.52% | 0.2% | - |
| HSV(B) | 66.92º | 0.68% | 0.3% | - |
| XYZ | 5.28 | 6.54 | 1.85 | - |
| YUV | 68.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 24 | 0.08 | 0 | 0.68 | 0.70 | 66.92 | 0.52 | 0.2 |
| Hex | 46 | 4C | 18 | 8 | 0 | 44 | 46 | 43 | 34 | 14 |
| Octal | 106 | 114 | 30 | 10 | 0 | 104 | 106 | 103 | 64 | 24 |
| Binary | 1000110 | 1001100 | 11000 | 1000 | 0 | 1000100 | 1000110 | 1000011 | 110100 | 10100 |
Color Harmonies of #464C18
Complementary color
Monochromatic Colors of #464C18
Black with #464C18
Text Example
Text Example
White with #464C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C18; }
p { color: rgb(70,76,24); }
H1.HeaderClassName
{
color: #464C18;
}
.AnyTagClassName
{
color: #464C18;
}
</style>
background-color css
<style>
a { background-color: #464C18; }
a { background-color: rgb(70,76,24); }
div.DivClassName
{
background-color: #464C18;
}
.BgClassName
{
background-color: #464C18;
}
</style>
border-color css
<style>
span { border-color: #464C18; }
span { border-color: rgb(70,76,24); }
td.TdClassName
{
border-color: #464C18;
}
.TagClassName
{
border-color: #464C18;
}
</style>