#47551C

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

Shades of Verdun Green #47551C

Tints of Verdun Green #47551C

Color information

#47551C (or 0x47551C) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 1C. RGB value is (71,85,28). Sum of RGB (Red+Green+Blue) = 71+85+28=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #47551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47551C is #B8AAE3. Grayscale: #4A4A4A. Windows color (decimal): -12102372 or 1856839. OLE color: 1856839.

HSL color Cylindrical-coordinate representation of color #47551C: hue angle of 74.74º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47551C is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB718528-
CMYK0.1600.670.67
HSL74.74º50.44%22.16%-
HSV(B)74.74º67.06%33.33%-
XYZ6.067.922.31-
YUV74.32101.86125.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=38.59%
G=46.20%
B=15.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185280.1600.670.6774.7450.4422.16
Hex47551C10043434b3216
Octal107125342001031031136226
Binary100011110101011110010000010000111000011100101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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