#47571A

Color #47571A Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #47571A

Tints of Verdun Green #47571A

Color information

#47571A (or 0x47571A) is unknown color: approx Verdun Green. HEX triplet: 47, 57 and 1A. RGB value is (71,87,26). Sum of RGB (Red+Green+Blue) = 71+87+26=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 87 - color contains mainly: green. Hex color #47571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47571A is #B8A8E5. Grayscale: #4B4B4B. Windows color (decimal): -12101862 or 1726279. OLE color: 1726279.

HSL color Cylindrical-coordinate representation of color #47571A: hue angle of 75.74º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47571A is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB718726-
CMYK0.1800.700.66
HSL75.74º53.98%22.16%-
HSV(B)75.74º70.11%34.12%-
XYZ6.198.232.24-
YUV75.26100.2124.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 87 (34.38% from 255) = 47.28%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=38.59%
G=47.28%
B=14.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187260.1800.700.6675.7453.9822.16
Hex47571A12046424c3616
Octal107127322201061021146626
Binary100011110101111101010010010001101000010100110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47571A; }

 p { color: rgb(71,87,26); }

 H1.HeaderClassName
 {
   color: #47571A;
 }
 .AnyTagClassName
 {
   color: #47571A;
 }
</style>
background-color css

<style>
 a { background-color: #47571A; }

 a { background-color: rgb(71,87,26); }

 div.DivClassName
 {
   background-color: #47571A;
 }
 .BgClassName
 {
   background-color: #47571A;
 }
</style>
border-color css

<style>
 span { border-color: #47571A; }

 span { border-color: rgb(71,87,26); }

 td.TdClassName
 {
   border-color: #47571A;
 }
 .TagClassName
 {
   border-color: #47571A;
 }
</style>