#474533

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

Shades of Camouflage #474533

Tints of Camouflage #474533

Color information

#474533 (or 0x474533) is unknown color: approx Camouflage. HEX triplet: 47, 45 and 33. RGB value is (71,69,51). Sum of RGB (Red+Green+Blue) = 71+69+51=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #474533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474533 is #B8BACC. Grayscale: #434343. Windows color (decimal): -12106445 or 3360071. OLE color: 3360071.

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

Color convert

RGB716951-
CMYK00.030.280.72
HSL54º16.39%23.92%-
HSV(B)54º28.17%27.84%-
XYZ5.325.833.98-
YUV67.55118.66130.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=37.17%
G=36.13%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71695100.030.280.725416.3923.92
Hex474533031C48361018
Octal107105630334110662030
Binary100011110001011100110111110010010001101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474533; }

 p { color: rgb(71,69,51); }

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

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

 a { background-color: rgb(71,69,51); }

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

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

 span { border-color: rgb(71,69,51); }

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