Shades of Verdun Green #4A530A
Tints of Verdun Green #4A530A
RGB
CMYK
RGB Variations
Color information
#4A530A (or 0x4A530A) is known color: Verdun Green. HEX triplet: 4A, 53 and 0A. RGB value is (74,83,10). Sum of RGB (Red+Green+Blue) = 74+83+10=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #4A530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A530A is #B5ACF5. Grayscale: #484848. Windows color (decimal): -11906294 or 676682. OLE color: 676682.
HSL color Cylindrical-coordinate representation of color #4A530A: hue angle of 67.4º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A530A is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 83 | 10 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.67 |
| HSL | 67.4º | 0.78% | 0.18% | - |
| HSV(B) | 67.4º | 0.88% | 0.33% | - |
| XYZ | 5.97 | 7.66 | 1.45 | - |
| YUV | 71.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 10 | 0.11 | 0 | 0.88 | 0.67 | 67.4 | 0.78 | 0.18 |
| Hex | 4A | 53 | A | B | 0 | 58 | 43 | 43 | 4E | 12 |
| Octal | 112 | 123 | 12 | 13 | 0 | 130 | 103 | 103 | 116 | 22 |
| Binary | 1001010 | 1010011 | 1010 | 1011 | 0 | 1011000 | 1000011 | 1000011 | 1001110 | 10010 |
Color Harmonies of #4A530A
Complementary color
Monochromatic Colors of #4A530A
Black with #4A530A
Text Example
Text Example
White with #4A530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A530A; }
p { color: rgb(74,83,10); }
H1.HeaderClassName
{
color: #4A530A;
}
.AnyTagClassName
{
color: #4A530A;
}
</style>
background-color css
<style>
a { background-color: #4A530A; }
a { background-color: rgb(74,83,10); }
div.DivClassName
{
background-color: #4A530A;
}
.BgClassName
{
background-color: #4A530A;
}
</style>
border-color css
<style>
span { border-color: #4A530A; }
span { border-color: rgb(74,83,10); }
td.TdClassName
{
border-color: #4A530A;
}
.TagClassName
{
border-color: #4A530A;
}
</style>