#4E4C2A

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

Shades of Camouflage #4E4C2A

Tints of Camouflage #4E4C2A

Color information

#4E4C2A (or 0x4E4C2A) is unknown color: approx Camouflage. HEX triplet: 4E, 4C and 2A. RGB value is (78,76,42). Sum of RGB (Red+Green+Blue) = 78+76+42=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C2A is #B1B3D5. Grayscale: #484848. Windows color (decimal): -11645910 or 2772046. OLE color: 2772046.

HSL color Cylindrical-coordinate representation of color #4E4C2A: hue angle of 56.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 #4E4C2A is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB787642-
CMYK00.030.460.69
HSL56.67º30%23.53%-
HSV(B)56.67º46.15%30.59%-
XYZ6.146.963.21-
YUV72.72110.66131.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=39.80%
G=38.78%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78764200.030.460.6956.673023.53
Hex4E4C2A032E45391e18
Octal116114520356105713630
Binary1001110100110010101001110111010001011110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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