Shades of Verdun Green #4A5409
Tints of Verdun Green #4A5409
RGB
CMYK
RGB Variations
Color information
#4A5409 (or 0x4A5409) is known color: Verdun Green. HEX triplet: 4A, 54 and 09. RGB value is (74,84,9). Sum of RGB (Red+Green+Blue) = 74+84+9=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5409 is #B5ABF6. Grayscale: #484848. Windows color (decimal): -11906039 or 611402. OLE color: 611402.
HSL color Cylindrical-coordinate representation of color #4A5409: hue angle of 68º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A5409 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 9 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.67 |
| HSL | 68º | 0.81% | 0.18% | - |
| HSV(B) | 68º | 0.89% | 0.33% | - |
| XYZ | 6.04 | 7.82 | 1.45 | - |
| YUV | 72.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 9 | 0.12 | 0 | 0.89 | 0.67 | 68 | 0.81 | 0.18 |
| Hex | 4A | 54 | 9 | C | 0 | 59 | 43 | 44 | 51 | 12 |
| Octal | 112 | 124 | 11 | 14 | 0 | 131 | 103 | 104 | 121 | 22 |
| Binary | 1001010 | 1010100 | 1001 | 1100 | 0 | 1011001 | 1000011 | 1000100 | 1010001 | 10010 |
Color Harmonies of #4A5409
Complementary color
Monochromatic Colors of #4A5409
Black with #4A5409
Text Example
Text Example
White with #4A5409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5409; }
p { color: rgb(74,84,9); }
H1.HeaderClassName
{
color: #4A5409;
}
.AnyTagClassName
{
color: #4A5409;
}
</style>
background-color css
<style>
a { background-color: #4A5409; }
a { background-color: rgb(74,84,9); }
div.DivClassName
{
background-color: #4A5409;
}
.BgClassName
{
background-color: #4A5409;
}
</style>
border-color css
<style>
span { border-color: #4A5409; }
span { border-color: rgb(74,84,9); }
td.TdClassName
{
border-color: #4A5409;
}
.TagClassName
{
border-color: #4A5409;
}
</style>