Shades of Verdun Green #4A5305
Tints of Verdun Green #4A5305
RGB
CMYK
RGB Variations
Color information
#4A5305 (or 0x4A5305) is known color: Verdun Green. HEX triplet: 4A, 53 and 05. RGB value is (74,83,5). Sum of RGB (Red+Green+Blue) = 74+83+5=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5305 is #B5ACFA. Grayscale: #474747. Windows color (decimal): -11906299 or 349002. OLE color: 349002.
HSL color Cylindrical-coordinate representation of color #4A5305: hue angle of 66.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A5305 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 83 | 5 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.67 |
| HSL | 66.92º | 0.89% | 0.17% | - |
| HSV(B) | 66.92º | 0.94% | 0.33% | - |
| XYZ | 5.94 | 7.65 | 1.31 | - |
| YUV | 71.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 5 | 0.11 | 0 | 0.94 | 0.67 | 66.92 | 0.89 | 0.17 |
| Hex | 4A | 53 | 5 | B | 0 | 5E | 43 | 43 | 59 | 11 |
| Octal | 112 | 123 | 5 | 13 | 0 | 136 | 103 | 103 | 131 | 21 |
| Binary | 1001010 | 1010011 | 101 | 1011 | 0 | 1011110 | 1000011 | 1000011 | 1011001 | 10001 |
Color Harmonies of #4A5305
Complementary color
Monochromatic Colors of #4A5305
Black with #4A5305
Text Example
Text Example
White with #4A5305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5305; }
p { color: rgb(74,83,5); }
H1.HeaderClassName
{
color: #4A5305;
}
.AnyTagClassName
{
color: #4A5305;
}
</style>
background-color css
<style>
a { background-color: #4A5305; }
a { background-color: rgb(74,83,5); }
div.DivClassName
{
background-color: #4A5305;
}
.BgClassName
{
background-color: #4A5305;
}
</style>
border-color css
<style>
span { border-color: #4A5305; }
span { border-color: rgb(74,83,5); }
td.TdClassName
{
border-color: #4A5305;
}
.TagClassName
{
border-color: #4A5305;
}
</style>