Shades of Verdun Green #47531A
Tints of Verdun Green #47531A
RGB
CMYK
RGB Variations
Color information
#47531A (or 0x47531A) is known color: Verdun Green. HEX triplet: 47, 53 and 1A. RGB value is (71,83,26). Sum of RGB (Red+Green+Blue) = 71+83+26=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #47531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47531A is #B8ACE5. Grayscale: #494949. Windows color (decimal): -12102886 or 1725255. OLE color: 1725255.
HSL color Cylindrical-coordinate representation of color #47531A: hue angle of 72.63º 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 #47531A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 26 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.67 |
| HSL | 72.63º | 0.52% | 0.21% | - |
| HSV(B) | 72.63º | 0.69% | 0.33% | - |
| XYZ | 5.88 | 7.6 | 2.13 | - |
| YUV | 72.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 26 | 0.14 | 0 | 0.69 | 0.67 | 72.63 | 0.52 | 0.21 |
| Hex | 47 | 53 | 1A | E | 0 | 45 | 43 | 49 | 34 | 15 |
| Octal | 107 | 123 | 32 | 16 | 0 | 105 | 103 | 111 | 64 | 25 |
| Binary | 1000111 | 1010011 | 11010 | 1110 | 0 | 1000101 | 1000011 | 1001001 | 110100 | 10101 |
Color Harmonies of #47531A
Complementary color
Monochromatic Colors of #47531A
Black with #47531A
Text Example
Text Example
White with #47531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47531A; }
p { color: rgb(71,83,26); }
H1.HeaderClassName
{
color: #47531A;
}
.AnyTagClassName
{
color: #47531A;
}
</style>
background-color css
<style>
a { background-color: #47531A; }
a { background-color: rgb(71,83,26); }
div.DivClassName
{
background-color: #47531A;
}
.BgClassName
{
background-color: #47531A;
}
</style>
border-color css
<style>
span { border-color: #47531A; }
span { border-color: rgb(71,83,26); }
td.TdClassName
{
border-color: #47531A;
}
.TagClassName
{
border-color: #47531A;
}
</style>