Shades of Verdun Green #4A5908
Tints of Verdun Green #4A5908
RGB
CMYK
RGB Variations
Color information
#4A5908 (or 0x4A5908) is known color: Verdun Green. HEX triplet: 4A, 59 and 08. RGB value is (74,89,8). Sum of RGB (Red+Green+Blue) = 74+89+8=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5908 is #B5A6F7. Grayscale: #4B4B4B. Windows color (decimal): -11904760 or 547146. OLE color: 547146.
HSL color Cylindrical-coordinate representation of color #4A5908: hue angle of 71.11º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A5908 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 8 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.65 |
| HSL | 71.11º | 0.84% | 0.19% | - |
| HSV(B) | 71.11º | 0.91% | 0.35% | - |
| XYZ | 6.44 | 8.62 | 1.55 | - |
| YUV | 75.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 8 | 0.17 | 0 | 0.91 | 0.65 | 71.11 | 0.84 | 0.19 |
| Hex | 4A | 59 | 8 | 11 | 0 | 5B | 41 | 47 | 54 | 13 |
| Octal | 112 | 131 | 10 | 21 | 0 | 133 | 101 | 107 | 124 | 23 |
| Binary | 1001010 | 1011001 | 1000 | 10001 | 0 | 1011011 | 1000001 | 1000111 | 1010100 | 10011 |
Color Harmonies of #4A5908
Complementary color
Monochromatic Colors of #4A5908
Black with #4A5908
Text Example
Text Example
White with #4A5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5908; }
p { color: rgb(74,89,8); }
H1.HeaderClassName
{
color: #4A5908;
}
.AnyTagClassName
{
color: #4A5908;
}
</style>
background-color css
<style>
a { background-color: #4A5908; }
a { background-color: rgb(74,89,8); }
div.DivClassName
{
background-color: #4A5908;
}
.BgClassName
{
background-color: #4A5908;
}
</style>
border-color css
<style>
span { border-color: #4A5908; }
span { border-color: rgb(74,89,8); }
td.TdClassName
{
border-color: #4A5908;
}
.TagClassName
{
border-color: #4A5908;
}
</style>