Shades of Verdun Green #4B5A1D
Tints of Verdun Green #4B5A1D
RGB
CMYK
RGB Variations
Color information
#4B5A1D (or 0x4B5A1D) is known color: Verdun Green. HEX triplet: 4B, 5A and 1D. RGB value is (75,90,29). Sum of RGB (Red+Green+Blue) = 75+90+29=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A1D is #B4A5E2. Grayscale: #4E4E4E. Windows color (decimal): -11838947 or 1923659. OLE color: 1923659.
HSL color Cylindrical-coordinate representation of color #4B5A1D: hue angle of 74.75º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B5A1D is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 29 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.65 |
| HSL | 74.75º | 0.51% | 0.23% | - |
| HSV(B) | 74.75º | 0.68% | 0.35% | - |
| XYZ | 6.78 | 8.9 | 2.52 | - |
| YUV | 78.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 29 | 0.17 | 0 | 0.68 | 0.65 | 74.75 | 0.51 | 0.23 |
| Hex | 4B | 5A | 1D | 11 | 0 | 44 | 41 | 4B | 33 | 17 |
| Octal | 113 | 132 | 35 | 21 | 0 | 104 | 101 | 113 | 63 | 27 |
| Binary | 1001011 | 1011010 | 11101 | 10001 | 0 | 1000100 | 1000001 | 1001011 | 110011 | 10111 |
Color Harmonies of #4B5A1D
Complementary color
Monochromatic Colors of #4B5A1D
Black with #4B5A1D
Text Example
Text Example
White with #4B5A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A1D; }
p { color: rgb(75,90,29); }
H1.HeaderClassName
{
color: #4B5A1D;
}
.AnyTagClassName
{
color: #4B5A1D;
}
</style>
background-color css
<style>
a { background-color: #4B5A1D; }
a { background-color: rgb(75,90,29); }
div.DivClassName
{
background-color: #4B5A1D;
}
.BgClassName
{
background-color: #4B5A1D;
}
</style>
border-color css
<style>
span { border-color: #4B5A1D; }
span { border-color: rgb(75,90,29); }
td.TdClassName
{
border-color: #4B5A1D;
}
.TagClassName
{
border-color: #4B5A1D;
}
</style>