#4C4925

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

Shades of Camouflage #4C4925

Tints of Camouflage #4C4925

Color information

#4C4925 (or 0x4C4925) is unknown color: approx Camouflage. HEX triplet: 4C, 49 and 25. RGB value is (76,73,37). Sum of RGB (Red+Green+Blue) = 76+73+37=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4925 is #B3B6DA. Grayscale: #454545. Windows color (decimal): -11777755 or 2443596. OLE color: 2443596.

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

Color convert

RGB767337-
CMYK00.040.510.70
HSL55.38º34.51%22.16%-
HSV(B)55.38º51.32%29.8%-
XYZ5.76.442.69-
YUV69.79109.49132.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.86%
GREEN value IS 73 (28.91% from 255) = 39.25%
BLUE value IS 37 (14.84% from 255) = 19.89%
R=40.86%
G=39.25%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76733700.040.510.7055.3834.5122.16
Hex4C4925043346372316
Octal114111450463106674326
Binary100110010010011001010100110011100011011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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