Shades of Verdun Green #4B520D
Tints of Verdun Green #4B520D
RGB
CMYK
RGB Variations
Color information
#4B520D (or 0x4B520D) is known color: Verdun Green. HEX triplet: 4B, 52 and 0D. RGB value is (75,82,13). Sum of RGB (Red+Green+Blue) = 75+82+13=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #4B520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B520D is #B4ADF2. Grayscale: #484848. Windows color (decimal): -11841011 or 873035. OLE color: 873035.
HSL color Cylindrical-coordinate representation of color #4B520D: hue angle of 66.09º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B520D is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 82 | 13 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.68 |
| HSL | 66.09º | 0.73% | 0.19% | - |
| HSV(B) | 66.09º | 0.84% | 0.32% | - |
| XYZ | 5.99 | 7.56 | 1.52 | - |
| YUV | 72.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 13 | 0.09 | 0 | 0.84 | 0.68 | 66.09 | 0.73 | 0.19 |
| Hex | 4B | 52 | D | 9 | 0 | 54 | 44 | 42 | 49 | 13 |
| Octal | 113 | 122 | 15 | 11 | 0 | 124 | 104 | 102 | 111 | 23 |
| Binary | 1001011 | 1010010 | 1101 | 1001 | 0 | 1010100 | 1000100 | 1000010 | 1001001 | 10011 |
Color Harmonies of #4B520D
Complementary color
Monochromatic Colors of #4B520D
Black with #4B520D
Text Example
Text Example
White with #4B520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B520D; }
p { color: rgb(75,82,13); }
H1.HeaderClassName
{
color: #4B520D;
}
.AnyTagClassName
{
color: #4B520D;
}
</style>
background-color css
<style>
a { background-color: #4B520D; }
a { background-color: rgb(75,82,13); }
div.DivClassName
{
background-color: #4B520D;
}
.BgClassName
{
background-color: #4B520D;
}
</style>
border-color css
<style>
span { border-color: #4B520D; }
span { border-color: rgb(75,82,13); }
td.TdClassName
{
border-color: #4B520D;
}
.TagClassName
{
border-color: #4B520D;
}
</style>