#474620

Color #474620 Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #474620

Tints of Woodrush #474620

Color information

#474620 (or 0x474620) is unknown color: approx Woodrush. HEX triplet: 47, 46 and 20. RGB value is (71,70,32). Sum of RGB (Red+Green+Blue) = 71+70+32=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #474620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474620 is #B8B9DF. Grayscale: #424242. Windows color (decimal): -12106208 or 2115143. OLE color: 2115143.

HSL color Cylindrical-coordinate representation of color #474620: hue angle of 58.46º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474620 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB717032-
CMYK00.010.550.72
HSL58.46º37.86%20.2%-
HSV(B)58.46º54.93%27.84%-
XYZ5.055.822.22-
YUV65.97108.83131.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=41.04%
G=40.46%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71703200.010.550.7258.4637.8620.2
Hex4746200137483a2614
Octal107106400167110724624
Binary1000111100011010000001110111100100011101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474620; }

 p { color: rgb(71,70,32); }

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

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

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

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

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

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

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