#4E492A

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

Shades of Camouflage #4E492A

Tints of Camouflage #4E492A

Color information

#4E492A (or 0x4E492A) is unknown color: approx Camouflage. HEX triplet: 4E, 49 and 2A. RGB value is (78,73,42). Sum of RGB (Red+Green+Blue) = 78+73+42=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E492A is #B1B6D5. Grayscale: #474747. Windows color (decimal): -11646678 or 2771278. OLE color: 2771278.

HSL color Cylindrical-coordinate representation of color #4E492A: hue angle of 51.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E492A is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB787342-
CMYK00.060.460.69
HSL51.67º30%23.53%-
HSV(B)51.67º46.15%30.59%-
XYZ5.946.553.14-
YUV70.96111.66133.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=40.41%
G=37.82%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78734200.060.460.6951.673023.53
Hex4E492A062E45341e18
Octal116111520656105643630
Binary10011101001001101010011010111010001011101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E492A; }

 p { color: rgb(78,73,42); }

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

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

 a { background-color: rgb(78,73,42); }

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

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

 span { border-color: rgb(78,73,42); }

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