#474538

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

Shades of Camouflage #474538

Tints of Camouflage #474538

Color information

#474538 (or 0x474538) is unknown color: approx Camouflage. HEX triplet: 47, 45 and 38. RGB value is (71,69,56). Sum of RGB (Red+Green+Blue) = 71+69+56=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 71 - color contains mainly: red. Hex color #474538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474538 is #B8BAC7. Grayscale: #444444. Windows color (decimal): -12106440 or 3687751. OLE color: 3687751.

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

Color convert

RGB716956-
CMYK00.030.210.72
HSL52º11.81%24.9%-
HSV(B)52º21.13%27.84%-
XYZ5.445.884.59-
YUV68.12121.16130.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 56 (22.27% from 255) = 28.57%
R=36.22%
G=35.20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71695600.030.210.725211.8124.9
Hex47453803154834c19
Octal107105700325110641431
Binary10001111000101111000011101011001000110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474538; }

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

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

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

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

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

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

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

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