Shades of Verdun Green #4A5402
Tints of Verdun Green #4A5402
RGB
CMYK
RGB Variations
Color information
#4A5402 (or 0x4A5402) is known color: Verdun Green. HEX triplet: 4A, 54 and 02. RGB value is (74,84,2). Sum of RGB (Red+Green+Blue) = 74+84+2=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5402 is #B5ABFD. Grayscale: #474747. Windows color (decimal): -11906046 or 152650. OLE color: 152650.
HSL color Cylindrical-coordinate representation of color #4A5402: hue angle of 67.32º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A5402 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 2 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.67 |
| HSL | 67.32º | 0.95% | 0.17% | - |
| HSV(B) | 67.32º | 0.98% | 0.33% | - |
| XYZ | 6.01 | 7.8 | 1.25 | - |
| YUV | 71.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 2 | 0.12 | 0 | 0.98 | 0.67 | 67.32 | 0.95 | 0.17 |
| Hex | 4A | 54 | 2 | C | 0 | 62 | 43 | 43 | 5F | 11 |
| Octal | 112 | 124 | 2 | 14 | 0 | 142 | 103 | 103 | 137 | 21 |
| Binary | 1001010 | 1010100 | 10 | 1100 | 0 | 1100010 | 1000011 | 1000011 | 1011111 | 10001 |
Color Harmonies of #4A5402
Complementary color
Monochromatic Colors of #4A5402
Black with #4A5402
Text Example
Text Example
White with #4A5402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5402; }
p { color: rgb(74,84,2); }
H1.HeaderClassName
{
color: #4A5402;
}
.AnyTagClassName
{
color: #4A5402;
}
</style>
background-color css
<style>
a { background-color: #4A5402; }
a { background-color: rgb(74,84,2); }
div.DivClassName
{
background-color: #4A5402;
}
.BgClassName
{
background-color: #4A5402;
}
</style>
border-color css
<style>
span { border-color: #4A5402; }
span { border-color: rgb(74,84,2); }
td.TdClassName
{
border-color: #4A5402;
}
.TagClassName
{
border-color: #4A5402;
}
</style>