#47551E

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

Shades of Verdun Green #47551E

Tints of Verdun Green #47551E

Color information

#47551E (or 0x47551E) is unknown color: approx Verdun Green. HEX triplet: 47, 55 and 1E. RGB value is (71,85,30). Sum of RGB (Red+Green+Blue) = 71+85+30=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #47551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47551E is #B8AAE1. Grayscale: #4A4A4A. Windows color (decimal): -12102370 or 1987911. OLE color: 1987911.

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

Color convert

RGB718530-
CMYK0.1600.650.67
HSL75.27º47.83%22.55%-
HSV(B)75.27º64.71%33.33%-
XYZ6.087.932.44-
YUV74.54102.86125.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=38.17%
G=45.70%
B=16.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185300.1600.650.6775.2747.8322.55
Hex47551E10041434b3017
Octal107125362001011031136027
Binary100011110101011111010000010000011000011100101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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