#4C4A34

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

Shades of Camouflage #4C4A34

Tints of Camouflage #4C4A34

Color information

#4C4A34 (or 0x4C4A34) is unknown color: approx Camouflage. HEX triplet: 4C, 4A and 34. RGB value is (76,74,52). Sum of RGB (Red+Green+Blue) = 76+74+52=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A34 is #B3B5CB. Grayscale: #484848. Windows color (decimal): -11777484 or 3426892. OLE color: 3426892.

HSL color Cylindrical-coordinate representation of color #4C4A34: hue angle of 55º 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 #4C4A34 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB767452-
CMYK00.030.320.70
HSL55º18.75%25.1%-
HSV(B)55º31.58%29.8%-
XYZ6.056.684.22-
YUV72.09116.66130.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.62%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=37.62%
G=36.63%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76745200.030.320.705518.7525.1
Hex4C4A34032046371319
Octal114112640340106672331
Binary1001100100101011010001110000010001101101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,74,52); }

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

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

 a { background-color: rgb(76,74,52); }

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

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

 span { border-color: rgb(76,74,52); }

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