Shades of Verdun Green #4B5A1E
Tints of Verdun Green #4B5A1E
RGB
CMYK
RGB Variations
Color information
#4B5A1E (or 0x4B5A1E) is known color: Verdun Green. HEX triplet: 4B, 5A and 1E. RGB value is (75,90,30). Sum of RGB (Red+Green+Blue) = 75+90+30=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A1E is #B4A5E1. Grayscale: #4E4E4E. Windows color (decimal): -11838946 or 1989195. OLE color: 1989195.
HSL color Cylindrical-coordinate representation of color #4B5A1E: hue angle of 75º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B5A1E is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 30 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.65 |
| HSL | 75º | 0.5% | 0.24% | - |
| HSV(B) | 75º | 0.67% | 0.35% | - |
| XYZ | 6.79 | 8.9 | 2.59 | - |
| YUV | 78.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 30 | 0.17 | 0 | 0.67 | 0.65 | 75 | 0.5 | 0.24 |
| Hex | 4B | 5A | 1E | 11 | 0 | 43 | 41 | 4B | 32 | 18 |
| Octal | 113 | 132 | 36 | 21 | 0 | 103 | 101 | 113 | 62 | 30 |
| Binary | 1001011 | 1011010 | 11110 | 10001 | 0 | 1000011 | 1000001 | 1001011 | 110010 | 11000 |
Color Harmonies of #4B5A1E
Complementary color
Monochromatic Colors of #4B5A1E
Black with #4B5A1E
Text Example
Text Example
White with #4B5A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A1E; }
p { color: rgb(75,90,30); }
H1.HeaderClassName
{
color: #4B5A1E;
}
.AnyTagClassName
{
color: #4B5A1E;
}
</style>
background-color css
<style>
a { background-color: #4B5A1E; }
a { background-color: rgb(75,90,30); }
div.DivClassName
{
background-color: #4B5A1E;
}
.BgClassName
{
background-color: #4B5A1E;
}
</style>
border-color css
<style>
span { border-color: #4B5A1E; }
span { border-color: rgb(75,90,30); }
td.TdClassName
{
border-color: #4B5A1E;
}
.TagClassName
{
border-color: #4B5A1E;
}
</style>