#474632

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

Shades of Camouflage #474632

Tints of Camouflage #474632

Color information

#474632 (or 0x474632) is unknown color: approx Camouflage. HEX triplet: 47, 46 and 32. RGB value is (71,70,50). Sum of RGB (Red+Green+Blue) = 71+70+50=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #474632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474632 is #B8B9CD. Grayscale: #444444. Windows color (decimal): -12106190 or 3294791. OLE color: 3294791.

HSL color Cylindrical-coordinate representation of color #474632: hue angle of 57.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474632 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB717050-
CMYK00.010.300.72
HSL57.14º17.36%23.73%-
HSV(B)57.14º29.58%27.84%-
XYZ5.365.953.88-
YUV68.02117.83130.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=37.17%
G=36.65%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71705000.010.300.7257.1417.3623.73
Hex474632011E48391118
Octal107106620136110712130
Binary10001111000110110010011111010010001110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474632; }

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

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

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

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

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

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

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

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