Shades of Verdun Green #4B5A1B
Tints of Verdun Green #4B5A1B
RGB
CMYK
RGB Variations
Color information
#4B5A1B (or 0x4B5A1B) is known color: Verdun Green. HEX triplet: 4B, 5A and 1B. RGB value is (75,90,27). Sum of RGB (Red+Green+Blue) = 75+90+27=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A1B is #B4A5E4. Grayscale: #4E4E4E. Windows color (decimal): -11838949 or 1792587. OLE color: 1792587.
HSL color Cylindrical-coordinate representation of color #4B5A1B: hue angle of 74.29º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B5A1B is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 27 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.65 |
| HSL | 74.29º | 0.54% | 0.23% | - |
| HSV(B) | 74.29º | 0.7% | 0.35% | - |
| XYZ | 6.76 | 8.89 | 2.4 | - |
| YUV | 78.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 27 | 0.17 | 0 | 0.70 | 0.65 | 74.29 | 0.54 | 0.23 |
| Hex | 4B | 5A | 1B | 11 | 0 | 46 | 41 | 4A | 36 | 17 |
| Octal | 113 | 132 | 33 | 21 | 0 | 106 | 101 | 112 | 66 | 27 |
| Binary | 1001011 | 1011010 | 11011 | 10001 | 0 | 1000110 | 1000001 | 1001010 | 110110 | 10111 |
Color Harmonies of #4B5A1B
Complementary color
Monochromatic Colors of #4B5A1B
Black with #4B5A1B
Text Example
Text Example
White with #4B5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A1B; }
p { color: rgb(75,90,27); }
H1.HeaderClassName
{
color: #4B5A1B;
}
.AnyTagClassName
{
color: #4B5A1B;
}
</style>
background-color css
<style>
a { background-color: #4B5A1B; }
a { background-color: rgb(75,90,27); }
div.DivClassName
{
background-color: #4B5A1B;
}
.BgClassName
{
background-color: #4B5A1B;
}
</style>
border-color css
<style>
span { border-color: #4B5A1B; }
span { border-color: rgb(75,90,27); }
td.TdClassName
{
border-color: #4B5A1B;
}
.TagClassName
{
border-color: #4B5A1B;
}
</style>