Shades of Verdun Green #4B5A0A
Tints of Verdun Green #4B5A0A
RGB
CMYK
RGB Variations
Color information
#4B5A0A (or 0x4B5A0A) is known color: Verdun Green. HEX triplet: 4B, 5A and 0A. RGB value is (75,90,10). Sum of RGB (Red+Green+Blue) = 75+90+10=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5A0A is #B4A5F5. Grayscale: #4C4C4C. Windows color (decimal): -11838966 or 678475. OLE color: 678475.
HSL color Cylindrical-coordinate representation of color #4B5A0A: hue angle of 71.25º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B5A0A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 10 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.65 |
| HSL | 71.25º | 0.8% | 0.2% | - |
| HSV(B) | 71.25º | 0.89% | 0.35% | - |
| XYZ | 6.61 | 8.83 | 1.64 | - |
| YUV | 76.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 10 | 0.17 | 0 | 0.89 | 0.65 | 71.25 | 0.8 | 0.2 |
| Hex | 4B | 5A | A | 11 | 0 | 59 | 41 | 47 | 50 | 14 |
| Octal | 113 | 132 | 12 | 21 | 0 | 131 | 101 | 107 | 120 | 24 |
| Binary | 1001011 | 1011010 | 1010 | 10001 | 0 | 1011001 | 1000001 | 1000111 | 1010000 | 10100 |
Color Harmonies of #4B5A0A
Complementary color
Monochromatic Colors of #4B5A0A
Black with #4B5A0A
Text Example
Text Example
White with #4B5A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A0A; }
p { color: rgb(75,90,10); }
H1.HeaderClassName
{
color: #4B5A0A;
}
.AnyTagClassName
{
color: #4B5A0A;
}
</style>
background-color css
<style>
a { background-color: #4B5A0A; }
a { background-color: rgb(75,90,10); }
div.DivClassName
{
background-color: #4B5A0A;
}
.BgClassName
{
background-color: #4B5A0A;
}
</style>
border-color css
<style>
span { border-color: #4B5A0A; }
span { border-color: rgb(75,90,10); }
td.TdClassName
{
border-color: #4B5A0A;
}
.TagClassName
{
border-color: #4B5A0A;
}
</style>