#4D4934

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

Shades of Camouflage #4D4934

Tints of Camouflage #4D4934

Color information

#4D4934 (or 0x4D4934) is unknown color: approx Camouflage. HEX triplet: 4D, 49 and 34. RGB value is (77,73,52). Sum of RGB (Red+Green+Blue) = 77+73+52=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4934 is #B2B6CB. Grayscale: #474747. Windows color (decimal): -11712204 or 3426637. OLE color: 3426637.

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

Color convert

RGB777352-
CMYK00.050.320.70
HSL50.4º19.38%25.29%-
HSV(B)50.4º32.47%30.2%-
XYZ6.066.594.2-
YUV71.8116.83131.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.12%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=38.12%
G=36.14%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77735200.050.320.7050.419.3825.29
Hex4D4934052046321319
Octal115111640540106622331
Binary10011011001001110100010110000010001101100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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