#474536

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

Shades of Camouflage #474536

Tints of Camouflage #474536

Color information

#474536 (or 0x474536) is unknown color: approx Camouflage. HEX triplet: 47, 45 and 36. RGB value is (71,69,54). Sum of RGB (Red+Green+Blue) = 71+69+54=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #474536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474536 is #B8BAC9. Grayscale: #434343. Windows color (decimal): -12106442 or 3556679. OLE color: 3556679.

HSL color Cylindrical-coordinate representation of color #474536: hue angle of 52.94º 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 #474536 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB716954-
CMYK00.030.240.72
HSL52.94º13.6%24.51%-
HSV(B)52.94º23.94%27.84%-
XYZ5.395.864.34-
YUV67.89120.16130.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 54 (21.48% from 255) = 27.84%
R=36.60%
G=35.57%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71695400.030.240.7252.9413.624.51
Hex47453603184835e19
Octal107105660330110651631
Binary10001111000101110110011110001001000110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474536; }

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

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

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

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

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

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

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

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