Shades of Verdun Green #4A540F
Tints of Verdun Green #4A540F
RGB
CMYK
RGB Variations
Color information
#4A540F (or 0x4A540F) is known color: Verdun Green. HEX triplet: 4A, 54 and 0F. RGB value is (74,84,15). Sum of RGB (Red+Green+Blue) = 74+84+15=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #4A540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A540F is #B5ABF0. Grayscale: #494949. Windows color (decimal): -11906033 or 1004618. OLE color: 1004618.
HSL color Cylindrical-coordinate representation of color #4A540F: hue angle of 68.7º 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 #4A540F is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 15 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.67 |
| HSL | 68.7º | 0.7% | 0.19% | - |
| HSV(B) | 68.7º | 0.82% | 0.33% | - |
| XYZ | 6.08 | 7.83 | 1.64 | - |
| YUV | 73.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 15 | 0.12 | 0 | 0.82 | 0.67 | 68.7 | 0.7 | 0.19 |
| Hex | 4A | 54 | F | C | 0 | 52 | 43 | 45 | 46 | 13 |
| Octal | 112 | 124 | 17 | 14 | 0 | 122 | 103 | 105 | 106 | 23 |
| Binary | 1001010 | 1010100 | 1111 | 1100 | 0 | 1010010 | 1000011 | 1000101 | 1000110 | 10011 |
Color Harmonies of #4A540F
Complementary color
Monochromatic Colors of #4A540F
Black with #4A540F
Text Example
Text Example
White with #4A540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A540F; }
p { color: rgb(74,84,15); }
H1.HeaderClassName
{
color: #4A540F;
}
.AnyTagClassName
{
color: #4A540F;
}
</style>
background-color css
<style>
a { background-color: #4A540F; }
a { background-color: rgb(74,84,15); }
div.DivClassName
{
background-color: #4A540F;
}
.BgClassName
{
background-color: #4A540F;
}
</style>
border-color css
<style>
span { border-color: #4A540F; }
span { border-color: rgb(74,84,15); }
td.TdClassName
{
border-color: #4A540F;
}
.TagClassName
{
border-color: #4A540F;
}
</style>