#47521C

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

Shades of Verdun Green #47521C

Tints of Verdun Green #47521C

Color information

#47521C (or 0x47521C) is unknown color: approx Verdun Green. HEX triplet: 47, 52 and 1C. RGB value is (71,82,28). Sum of RGB (Red+Green+Blue) = 71+82+28=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #47521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47521C is #B8ADE3. Grayscale: #484848. Windows color (decimal): -12103140 or 1856071. OLE color: 1856071.

HSL color Cylindrical-coordinate representation of color #47521C: hue angle of 72.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47521C is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB718228-
CMYK0.1300.660.68
HSL72.22º49.09%21.57%-
HSV(B)72.22º65.85%32.16%-
XYZ5.837.462.23-
YUV72.56102.86126.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=39.23%
G=45.30%
B=15.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182280.1300.660.6872.2249.0921.57
Hex47521CD04244483116
Octal107122341501021041106126
Binary10001111010010111001101010000101000100100100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47521C; }

 p { color: rgb(71,82,28); }

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

<style>
 a { background-color: #47521C; }

 a { background-color: rgb(71,82,28); }

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

<style>
 span { border-color: #47521C; }

 span { border-color: rgb(71,82,28); }

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