#4C4921

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

Shades of Camouflage #4C4921

Tints of Camouflage #4C4921

Color information

#4C4921 (or 0x4C4921) is unknown color: approx Camouflage. HEX triplet: 4C, 49 and 21. RGB value is (76,73,33). Sum of RGB (Red+Green+Blue) = 76+73+33=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4921 is #B3B6DE. Grayscale: #454545. Windows color (decimal): -11777759 or 2181452. OLE color: 2181452.

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

Color convert

RGB767333-
CMYK00.040.570.70
HSL55.81º39.45%21.37%-
HSV(B)55.81º56.58%29.8%-
XYZ5.646.412.38-
YUV69.34107.49132.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.76%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=41.76%
G=40.11%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76733300.040.570.7055.8139.4521.37
Hex4C4921043946382715
Octal114111410471106704725
Binary100110010010011000010100111001100011011100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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