#474534

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

Shades of Camouflage #474534

Tints of Camouflage #474534

Color information

#474534 (or 0x474534) is unknown color: approx Camouflage. HEX triplet: 47, 45 and 34. RGB value is (71,69,52). Sum of RGB (Red+Green+Blue) = 71+69+52=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #474534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474534 is #B8BACB. Grayscale: #434343. Windows color (decimal): -12106444 or 3425607. OLE color: 3425607.

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

Color convert

RGB716952-
CMYK00.030.270.72
HSL53.68º15.45%24.12%-
HSV(B)53.68º26.76%27.84%-
XYZ5.355.844.09-
YUV67.66119.16130.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 52 (20.70% from 255) = 27.08%
R=36.98%
G=35.94%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71695200.030.270.7253.6815.4524.12
Hex474534031B4836f18
Octal107105640333110661730
Binary10001111000101110100011110111001000110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474534; }

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

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

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

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

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

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

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

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