Shades of Verdun Green #4B540F
Tints of Verdun Green #4B540F
RGB
CMYK
RGB Variations
Color information
#4B540F (or 0x4B540F) is known color: Verdun Green. HEX triplet: 4B, 54 and 0F. RGB value is (75,84,15). Sum of RGB (Red+Green+Blue) = 75+84+15=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #4B540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B540F is #B4ABF0. Grayscale: #494949. Windows color (decimal): -11840497 or 1004619. OLE color: 1004619.
HSL color Cylindrical-coordinate representation of color #4B540F: hue angle of 67.83º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B540F is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 15 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.67 |
| HSL | 67.83º | 0.7% | 0.19% | - |
| HSV(B) | 67.83º | 0.82% | 0.33% | - |
| XYZ | 6.16 | 7.87 | 1.65 | - |
| YUV | 73.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 15 | 0.11 | 0 | 0.82 | 0.67 | 67.83 | 0.7 | 0.19 |
| Hex | 4B | 54 | F | B | 0 | 52 | 43 | 44 | 46 | 13 |
| Octal | 113 | 124 | 17 | 13 | 0 | 122 | 103 | 104 | 106 | 23 |
| Binary | 1001011 | 1010100 | 1111 | 1011 | 0 | 1010010 | 1000011 | 1000100 | 1000110 | 10011 |
Color Harmonies of #4B540F
Complementary color
Monochromatic Colors of #4B540F
Black with #4B540F
Text Example
Text Example
White with #4B540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B540F; }
p { color: rgb(75,84,15); }
H1.HeaderClassName
{
color: #4B540F;
}
.AnyTagClassName
{
color: #4B540F;
}
</style>
background-color css
<style>
a { background-color: #4B540F; }
a { background-color: rgb(75,84,15); }
div.DivClassName
{
background-color: #4B540F;
}
.BgClassName
{
background-color: #4B540F;
}
</style>
border-color css
<style>
span { border-color: #4B540F; }
span { border-color: rgb(75,84,15); }
td.TdClassName
{
border-color: #4B540F;
}
.TagClassName
{
border-color: #4B540F;
}
</style>