#474637

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

Shades of Camouflage #474637

Tints of Camouflage #474637

Color information

#474637 (or 0x474637) is unknown color: approx Camouflage. HEX triplet: 47, 46 and 37. RGB value is (71,70,55). Sum of RGB (Red+Green+Blue) = 71+70+55=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 71 - color contains mainly: red. Hex color #474637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474637 is #B8B9C8. Grayscale: #444444. Windows color (decimal): -12106185 or 3622471. OLE color: 3622471.

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

Color convert

RGB717055-
CMYK00.010.230.72
HSL56.25º12.7%24.71%-
HSV(B)56.25º22.54%27.84%-
XYZ5.4864.48-
YUV68.59120.33129.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 55 (21.88% from 255) = 28.06%
R=36.22%
G=35.71%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71705500.010.230.7256.2512.724.71
Hex47463701174838d19
Octal107106670127110701531
Binary1000111100011011011101101111001000111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474637; }

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

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

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

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

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

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

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

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