#47521d

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

Shades of Verdun Green #47521D

Tints of Verdun Green #47521D

Color information

#47521D (or 0x47521D) is unknown color: approx Verdun Green. HEX triplet: 47, 52 and 1D. RGB value is (71,82,29). Sum of RGB (Red+Green+Blue) = 71+82+29=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #47521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47521D is #B8ADE2. Grayscale: #484848. Windows color (decimal): -12103139 or 1921607. OLE color: 1921607.

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

Color convert

RGB718229-
CMYK0.1300.650.68
HSL72.45º47.75%21.76%-
HSV(B)72.45º64.63%32.16%-
XYZ5.847.462.3-
YUV72.67103.36126.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=39.01%
G=45.05%
B=15.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182290.1300.650.6872.4547.7521.76
Hex47521DD04144483016
Octal107122351501011041106026
Binary10001111010010111011101010000011000100100100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47521d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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