#4E4A30

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

Shades of Camouflage #4E4A30

Tints of Camouflage #4E4A30

Color information

#4E4A30 (or 0x4E4A30) is unknown color: approx Camouflage. HEX triplet: 4E, 4A and 30. RGB value is (78,74,48). Sum of RGB (Red+Green+Blue) = 78+74+48=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A30 is #B1B5CF. Grayscale: #484848. Windows color (decimal): -11646416 or 3164750. OLE color: 3164750.

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

Color convert

RGB787448-
CMYK00.050.380.69
HSL52º23.81%24.71%-
HSV(B)52º38.46%30.59%-
XYZ6.126.733.77-
YUV72.23114.33132.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 48 (19.14% from 255) = 24%
R=39%
G=37%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78744800.050.380.695223.8124.71
Hex4E4A30052645341819
Octal116112600546105643031
Binary10011101001010110000010110011010001011101001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,74,48); }

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

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

 a { background-color: rgb(78,74,48); }

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

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

 span { border-color: rgb(78,74,48); }

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