Shades of Verdun Green #4B601E
Tints of Verdun Green #4B601E
RGB
CMYK
RGB Variations
Color information
#4B601E (or 0x4B601E) is known color: Verdun Green. HEX triplet: 4B, 60 and 1E. RGB value is (75,96,30). Sum of RGB (Red+Green+Blue) = 75+96+30=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #4B601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B601E is #B49FE1. Grayscale: #525252. Windows color (decimal): -11837410 or 1990731. OLE color: 1990731.
HSL color Cylindrical-coordinate representation of color #4B601E: hue angle of 79.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B601E is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 96 | 30 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.62 |
| HSL | 79.09º | 0.52% | 0.25% | - |
| HSV(B) | 79.09º | 0.69% | 0.38% | - |
| XYZ | 7.32 | 9.96 | 2.76 | - |
| YUV | 82.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 30 | 0.22 | 0 | 0.69 | 0.62 | 79.09 | 0.52 | 0.25 |
| Hex | 4B | 60 | 1E | 16 | 0 | 45 | 3E | 4F | 34 | 19 |
| Octal | 113 | 140 | 36 | 26 | 0 | 105 | 76 | 117 | 64 | 31 |
| Binary | 1001011 | 1100000 | 11110 | 10110 | 0 | 1000101 | 111110 | 1001111 | 110100 | 11001 |
Color Harmonies of #4B601E
Complementary color
Monochromatic Colors of #4B601E
Black with #4B601E
Text Example
Text Example
White with #4B601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B601E; }
p { color: rgb(75,96,30); }
H1.HeaderClassName
{
color: #4B601E;
}
.AnyTagClassName
{
color: #4B601E;
}
</style>
background-color css
<style>
a { background-color: #4B601E; }
a { background-color: rgb(75,96,30); }
div.DivClassName
{
background-color: #4B601E;
}
.BgClassName
{
background-color: #4B601E;
}
</style>
border-color css
<style>
span { border-color: #4B601E; }
span { border-color: rgb(75,96,30); }
td.TdClassName
{
border-color: #4B601E;
}
.TagClassName
{
border-color: #4B601E;
}
</style>