Shades of Verdun Green #4B520A
Tints of Verdun Green #4B520A
RGB
CMYK
RGB Variations
Color information
#4B520A (or 0x4B520A) is known color: Verdun Green. HEX triplet: 4B, 52 and 0A. RGB value is (75,82,10). Sum of RGB (Red+Green+Blue) = 75+82+10=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #4B520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B520A is #B4ADF5. Grayscale: #474747. Windows color (decimal): -11841014 or 676427. OLE color: 676427.
HSL color Cylindrical-coordinate representation of color #4B520A: hue angle of 65.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B520A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 82 | 10 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.68 |
| HSL | 65.83º | 0.78% | 0.18% | - |
| HSV(B) | 65.83º | 0.88% | 0.32% | - |
| XYZ | 5.97 | 7.55 | 1.43 | - |
| YUV | 71.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 10 | 0.09 | 0 | 0.88 | 0.68 | 65.83 | 0.78 | 0.18 |
| Hex | 4B | 52 | A | 9 | 0 | 58 | 44 | 42 | 4E | 12 |
| Octal | 113 | 122 | 12 | 11 | 0 | 130 | 104 | 102 | 116 | 22 |
| Binary | 1001011 | 1010010 | 1010 | 1001 | 0 | 1011000 | 1000100 | 1000010 | 1001110 | 10010 |
Color Harmonies of #4B520A
Complementary color
Monochromatic Colors of #4B520A
Black with #4B520A
Text Example
Text Example
White with #4B520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B520A; }
p { color: rgb(75,82,10); }
H1.HeaderClassName
{
color: #4B520A;
}
.AnyTagClassName
{
color: #4B520A;
}
</style>
background-color css
<style>
a { background-color: #4B520A; }
a { background-color: rgb(75,82,10); }
div.DivClassName
{
background-color: #4B520A;
}
.BgClassName
{
background-color: #4B520A;
}
</style>
border-color css
<style>
span { border-color: #4B520A; }
span { border-color: rgb(75,82,10); }
td.TdClassName
{
border-color: #4B520A;
}
.TagClassName
{
border-color: #4B520A;
}
</style>