#474539

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

Shades of Camouflage #474539

Tints of Camouflage #474539

Color information

#474539 (or 0x474539) is unknown color: approx Camouflage. HEX triplet: 47, 45 and 39. RGB value is (71,69,57). Sum of RGB (Red+Green+Blue) = 71+69+57=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 71 - color contains mainly: red. Hex color #474539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474539 is #B8BAC6. Grayscale: #444444. Windows color (decimal): -12106439 or 3753287. OLE color: 3753287.

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

Color convert

RGB716957-
CMYK00.030.200.72
HSL51.43º10.94%25.1%-
HSV(B)51.43º19.72%27.84%-
XYZ5.475.894.72-
YUV68.23121.66129.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 57 (22.66% from 255) = 28.93%
R=36.04%
G=35.03%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71695700.030.200.7251.4310.9425.1
Hex47453903144833b19
Octal107105710324110631331
Binary10001111000101111001011101001001000110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474539; }

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

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

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

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

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

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

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

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