#4E4C2F

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

Shades of Camouflage #4E4C2F

Tints of Camouflage #4E4C2F

Color information

#4E4C2F (or 0x4E4C2F) is unknown color: approx Camouflage. HEX triplet: 4E, 4C and 2F. RGB value is (78,76,47). Sum of RGB (Red+Green+Blue) = 78+76+47=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C2F is #B1B3D0. Grayscale: #494949. Windows color (decimal): -11645905 or 3099726. OLE color: 3099726.

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

Color convert

RGB787647-
CMYK00.030.400.69
HSL56.13º24.8%24.51%-
HSV(B)56.13º39.74%30.59%-
XYZ6.246.993.71-
YUV73.29113.16131.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.81%
GREEN value IS 76 (30.08% from 255) = 37.81%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=38.81%
G=37.81%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78764700.030.400.6956.1324.824.51
Hex4E4C2F032845381919
Octal116114570350105703131
Binary1001110100110010111101110100010001011110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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