Shades of Verdun Green #4B5319
Tints of Verdun Green #4B5319
RGB
CMYK
RGB Variations
Color information
#4B5319 (or 0x4B5319) is known color: Verdun Green. HEX triplet: 4B, 53 and 19. RGB value is (75,83,25). Sum of RGB (Red+Green+Blue) = 75+83+25=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5319 is #B4ACE6. Grayscale: #4A4A4A. Windows color (decimal): -11840743 or 1659723. OLE color: 1659723.
HSL color Cylindrical-coordinate representation of color #4B5319: hue angle of 68.28º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B5319 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 25 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.67 |
| HSL | 68.28º | 0.54% | 0.21% | - |
| HSV(B) | 68.28º | 0.7% | 0.33% | - |
| XYZ | 6.17 | 7.75 | 2.09 | - |
| YUV | 74 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 25 | 0.10 | 0 | 0.70 | 0.67 | 68.28 | 0.54 | 0.21 |
| Hex | 4B | 53 | 19 | A | 0 | 46 | 43 | 44 | 36 | 15 |
| Octal | 113 | 123 | 31 | 12 | 0 | 106 | 103 | 104 | 66 | 25 |
| Binary | 1001011 | 1010011 | 11001 | 1010 | 0 | 1000110 | 1000011 | 1000100 | 110110 | 10101 |
Color Harmonies of #4B5319
Complementary color
Monochromatic Colors of #4B5319
Black with #4B5319
Text Example
Text Example
White with #4B5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5319; }
p { color: rgb(75,83,25); }
H1.HeaderClassName
{
color: #4B5319;
}
.AnyTagClassName
{
color: #4B5319;
}
</style>
background-color css
<style>
a { background-color: #4B5319; }
a { background-color: rgb(75,83,25); }
div.DivClassName
{
background-color: #4B5319;
}
.BgClassName
{
background-color: #4B5319;
}
</style>
border-color css
<style>
span { border-color: #4B5319; }
span { border-color: rgb(75,83,25); }
td.TdClassName
{
border-color: #4B5319;
}
.TagClassName
{
border-color: #4B5319;
}
</style>