#474638

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

Shades of Camouflage #474638

Tints of Camouflage #474638

Color information

#474638 (or 0x474638) is unknown color: approx Camouflage. HEX triplet: 47, 46 and 38. RGB value is (71,70,56). Sum of RGB (Red+Green+Blue) = 71+70+56=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 71 - color contains mainly: red. Hex color #474638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474638 is #B8B9C7. Grayscale: #444444. Windows color (decimal): -12106184 or 3688007. OLE color: 3688007.

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

Color convert

RGB717056-
CMYK00.010.210.72
HSL56º11.81%24.9%-
HSV(B)56º21.13%27.84%-
XYZ5.56.014.61-
YUV68.7120.83129.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=36.04%
G=35.53%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71705600.010.210.725611.8124.9
Hex47463801154838c19
Octal107106700125110701431
Binary1000111100011011100001101011001000111000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474638; }

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

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

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

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

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

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

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

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