#4D4929

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

Shades of Camouflage #4D4929

Tints of Camouflage #4D4929

Color information

#4D4929 (or 0x4D4929) is unknown color: approx Camouflage. HEX triplet: 4D, 49 and 29. RGB value is (77,73,41). Sum of RGB (Red+Green+Blue) = 77+73+41=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4929 is #B2B6D6. Grayscale: #464646. Windows color (decimal): -11712215 or 2705741. OLE color: 2705741.

HSL color Cylindrical-coordinate representation of color #4D4929: hue angle of 53.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D4929 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB777341-
CMYK00.050.470.70
HSL53.33º30.51%23.14%-
HSV(B)53.33º46.75%30.2%-
XYZ5.846.53.05-
YUV70.55111.33132.6-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.31%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=40.31%
G=38.22%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77734100.050.470.7053.3330.5123.14
Hex4D4929052F46351f17
Octal115111510557106653727
Binary10011011001001101001010110111110001101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,73,41); }

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

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

 a { background-color: rgb(77,73,41); }

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

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

 span { border-color: rgb(77,73,41); }

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