#474636

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

Shades of Camouflage #474636

Tints of Camouflage #474636

Color information

#474636 (or 0x474636) is unknown color: approx Camouflage. HEX triplet: 47, 46 and 36. RGB value is (71,70,54). Sum of RGB (Red+Green+Blue) = 71+70+54=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #474636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474636 is #B8B9C9. Grayscale: #444444. Windows color (decimal): -12106186 or 3556935. OLE color: 3556935.

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

Color convert

RGB717054-
CMYK00.010.240.72
HSL56.47º13.6%24.51%-
HSV(B)56.47º23.94%27.84%-
XYZ5.455.994.36-
YUV68.47119.83129.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 54 (21.48% from 255) = 27.69%
R=36.41%
G=35.90%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71705400.010.240.7256.4713.624.51
Hex47463601184838e19
Octal107106660130110701631
Binary1000111100011011011001110001001000111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474636; }

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

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

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

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

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

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

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

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