#4C4826

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

Shades of Camouflage #4C4826

Tints of Camouflage #4C4826

Color information

#4C4826 (or 0x4C4826) is unknown color: approx Camouflage. HEX triplet: 4C, 48 and 26. RGB value is (76,72,38). Sum of RGB (Red+Green+Blue) = 76+72+38=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4826 is #B3B7D9. Grayscale: #454545. Windows color (decimal): -11778010 or 2508876. OLE color: 2508876.

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

Color convert

RGB767238-
CMYK00.050.50.70
HSL53.68º33.33%22.35%-
HSV(B)53.68º50%29.8%-
XYZ5.656.312.75-
YUV69.32110.33132.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.86%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=40.86%
G=38.71%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76723800.050.50.7053.6833.3322.35
Hex4C4826053246362116
Octal114110460562106664126
Binary100110010010001001100101110010100011011011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,38); }

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

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

 a { background-color: rgb(76,72,38); }

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

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

 span { border-color: rgb(76,72,38); }

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