Shades of Verdun Green #4A531A
Tints of Verdun Green #4A531A
RGB
CMYK
RGB Variations
Color information
#4A531A (or 0x4A531A) is known color: Verdun Green. HEX triplet: 4A, 53 and 1A. RGB value is (74,83,26). Sum of RGB (Red+Green+Blue) = 74+83+26=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #4A531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A531A is #B5ACE5. Grayscale: #4A4A4A. Windows color (decimal): -11906278 or 1725258. OLE color: 1725258.
HSL color Cylindrical-coordinate representation of color #4A531A: hue angle of 69.47º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A531A is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 83 | 26 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.67 |
| HSL | 69.47º | 0.52% | 0.21% | - |
| HSV(B) | 69.47º | 0.69% | 0.33% | - |
| XYZ | 6.1 | 7.72 | 2.15 | - |
| YUV | 73.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 26 | 0.11 | 0 | 0.69 | 0.67 | 69.47 | 0.52 | 0.21 |
| Hex | 4A | 53 | 1A | B | 0 | 45 | 43 | 45 | 34 | 15 |
| Octal | 112 | 123 | 32 | 13 | 0 | 105 | 103 | 105 | 64 | 25 |
| Binary | 1001010 | 1010011 | 11010 | 1011 | 0 | 1000101 | 1000011 | 1000101 | 110100 | 10101 |
Color Harmonies of #4A531A
Complementary color
Monochromatic Colors of #4A531A
Black with #4A531A
Text Example
Text Example
White with #4A531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A531A; }
p { color: rgb(74,83,26); }
H1.HeaderClassName
{
color: #4A531A;
}
.AnyTagClassName
{
color: #4A531A;
}
</style>
background-color css
<style>
a { background-color: #4A531A; }
a { background-color: rgb(74,83,26); }
div.DivClassName
{
background-color: #4A531A;
}
.BgClassName
{
background-color: #4A531A;
}
</style>
border-color css
<style>
span { border-color: #4A531A; }
span { border-color: rgb(74,83,26); }
td.TdClassName
{
border-color: #4A531A;
}
.TagClassName
{
border-color: #4A531A;
}
</style>