#4E4C34

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

Shades of Camouflage #4E4C34

Tints of Camouflage #4E4C34

Color information

#4E4C34 (or 0x4E4C34) is unknown color: approx Camouflage. HEX triplet: 4E, 4C and 34. RGB value is (78,76,52). Sum of RGB (Red+Green+Blue) = 78+76+52=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C34 is #B1B3CB. Grayscale: #494949. Windows color (decimal): -11645900 or 3427406. OLE color: 3427406.

HSL color Cylindrical-coordinate representation of color #4E4C34: hue angle of 55.38º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E4C34 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB787652-
CMYK00.030.330.69
HSL55.38º20%25.49%-
HSV(B)55.38º33.33%30.59%-
XYZ6.357.044.27-
YUV73.86115.66130.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=37.86%
G=36.89%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78765200.030.330.6955.382025.49
Hex4E4C34032145371419
Octal116114640341105672431
Binary1001110100110011010001110000110001011101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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