#4C4935

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

Shades of Camouflage #4C4935

Tints of Camouflage #4C4935

Color information

#4C4935 (or 0x4C4935) is unknown color: approx Camouflage. HEX triplet: 4C, 49 and 35. RGB value is (76,73,53). Sum of RGB (Red+Green+Blue) = 76+73+53=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4935 is #B3B6CA. Grayscale: #474747. Windows color (decimal): -11777739 or 3492172. OLE color: 3492172.

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

Color convert

RGB767353-
CMYK00.040.300.70
HSL52.17º17.83%25.29%-
HSV(B)52.17º30.26%29.8%-
XYZ6.016.564.32-
YUV71.62117.49131.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.62%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=37.62%
G=36.14%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76735300.040.300.7052.1717.8325.29
Hex4C4935041E46341219
Octal114111650436106642231
Binary1001100100100111010101001111010001101101001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,53); }

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

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

 a { background-color: rgb(76,73,53); }

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

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

 span { border-color: rgb(76,73,53); }

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