#47571D

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

Shades of Verdun Green #47571D

Tints of Verdun Green #47571D

Color information

#47571D (or 0x47571D) is unknown color: approx Verdun Green. HEX triplet: 47, 57 and 1D. RGB value is (71,87,29). Sum of RGB (Red+Green+Blue) = 71+87+29=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 87 - color contains mainly: green. Hex color #47571D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47571D is #B8A8E2. Grayscale: #4B4B4B. Windows color (decimal): -12101859 or 1922887. OLE color: 1922887.

HSL color Cylindrical-coordinate representation of color #47571D: hue angle of 76.55º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47571D is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB718729-
CMYK0.1800.670.66
HSL76.55º50%22.75%-
HSV(B)76.55º66.67%34.12%-
XYZ6.238.242.43-
YUV75.6101.7124.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 87 (34.38% from 255) = 46.52%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=37.97%
G=46.52%
B=15.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187290.1800.670.6676.555022.75
Hex47571D12043424d3217
Octal107127352201031021156227
Binary100011110101111110110010010000111000010100110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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