Shades of Verdun Green #465B1C
Tints of Verdun Green #465B1C
RGB
CMYK
RGB Variations
Color information
#465B1C (or 0x465B1C) is known color: Verdun Green. HEX triplet: 46, 5B and 1C. RGB value is (70,91,28). Sum of RGB (Red+Green+Blue) = 70+91+28=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #465B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B1C is #B9A4E3. Grayscale: #4D4D4D. Windows color (decimal): -12166372 or 1858374. OLE color: 1858374.
HSL color Cylindrical-coordinate representation of color #465B1C: hue angle of 80º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #465B1C is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 28 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.64 |
| HSL | 80º | 0.53% | 0.23% | - |
| HSV(B) | 80º | 0.69% | 0.36% | - |
| XYZ | 6.48 | 8.87 | 2.47 | - |
| YUV | 77.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 28 | 0.23 | 0 | 0.69 | 0.64 | 80 | 0.53 | 0.23 |
| Hex | 46 | 5B | 1C | 17 | 0 | 45 | 40 | 50 | 35 | 17 |
| Octal | 106 | 133 | 34 | 27 | 0 | 105 | 100 | 120 | 65 | 27 |
| Binary | 1000110 | 1011011 | 11100 | 10111 | 0 | 1000101 | 1000000 | 1010000 | 110101 | 10111 |
Color Harmonies of #465B1C
Complementary color
Monochromatic Colors of #465B1C
Black with #465B1C
Text Example
Text Example
White with #465B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B1C; }
p { color: rgb(70,91,28); }
H1.HeaderClassName
{
color: #465B1C;
}
.AnyTagClassName
{
color: #465B1C;
}
</style>
background-color css
<style>
a { background-color: #465B1C; }
a { background-color: rgb(70,91,28); }
div.DivClassName
{
background-color: #465B1C;
}
.BgClassName
{
background-color: #465B1C;
}
</style>
border-color css
<style>
span { border-color: #465B1C; }
span { border-color: rgb(70,91,28); }
td.TdClassName
{
border-color: #465B1C;
}
.TagClassName
{
border-color: #465B1C;
}
</style>