#474631

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

Shades of Camouflage #474631

Tints of Camouflage #474631

Color information

#474631 (or 0x474631) is unknown color: approx Camouflage. HEX triplet: 47, 46 and 31. RGB value is (71,70,49). Sum of RGB (Red+Green+Blue) = 71+70+49=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #474631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474631 is #B8B9CE. Grayscale: #434343. Windows color (decimal): -12106191 or 3229255. OLE color: 3229255.

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

Color convert

RGB717049-
CMYK00.010.310.72
HSL57.27º18.33%23.53%-
HSV(B)57.27º30.99%27.84%-
XYZ5.345.943.77-
YUV67.9117.33130.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=37.37%
G=36.84%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71704900.010.310.7257.2718.3323.53
Hex474631011F48391218
Octal107106610137110712230
Binary10001111000110110001011111110010001110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474631; }

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

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

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

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

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

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

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

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