#47470F

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

Shades of Verdun Green #47470F

Tints of Verdun Green #47470F

Color information

#47470F (or 0x47470F) is unknown color: approx Verdun Green. HEX triplet: 47, 47 and 0F. RGB value is (71,71,15). Sum of RGB (Red+Green+Blue) = 71+71+15=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47470F is #B8B8F0. Grayscale: #404040. Windows color (decimal): -12105969 or 1001287. OLE color: 1001287.

HSL color Cylindrical-coordinate representation of color #47470F: hue angle of 60º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47470F is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB717115-
CMYK000.790.72
HSL60º65.12%16.86%-
HSV(B)60º78.87%27.84%-
XYZ4.945.881.33-
YUV64.62100132.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=45.22%
G=45.22%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717115000.790.726065.1216.86
Hex4747F004F483c4111
Octal10710717001171107410121
Binary1000111100011111110010011111001000111100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47470F; }

 p { color: rgb(71,71,15); }

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

<style>
 a { background-color: #47470F; }

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

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

<style>
 span { border-color: #47470F; }

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

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