#4C4922

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

Shades of Camouflage #4C4922

Tints of Camouflage #4C4922

Color information

#4C4922 (or 0x4C4922) is unknown color: approx Camouflage. HEX triplet: 4C, 49 and 22. RGB value is (76,73,34). Sum of RGB (Red+Green+Blue) = 76+73+34=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4922 is #B3B6DD. Grayscale: #454545. Windows color (decimal): -11777758 or 2246988. OLE color: 2246988.

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

Color convert

RGB767334-
CMYK00.040.550.70
HSL55.71º38.18%21.57%-
HSV(B)55.71º55.26%29.8%-
XYZ5.656.422.45-
YUV69.45107.99132.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.53%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=41.53%
G=39.89%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76733400.040.550.7055.7138.1821.57
Hex4C4922043746382616
Octal114111420467106704626
Binary100110010010011000100100110111100011011100010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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