#4A4828

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

Shades of Camouflage #4A4828

Tints of Camouflage #4A4828

Color information

#4A4828 (or 0x4A4828) is unknown color: approx Camouflage. HEX triplet: 4A, 48 and 28. RGB value is (74,72,40). Sum of RGB (Red+Green+Blue) = 74+72+40=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4828 is #B5B7D7. Grayscale: #454545. Windows color (decimal): -11909080 or 2639946. OLE color: 2639946.

HSL color Cylindrical-coordinate representation of color #4A4828: hue angle of 56.47º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A4828 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB747240-
CMYK00.030.460.71
HSL56.47º29.82%22.35%-
HSV(B)56.47º45.95%29.02%-
XYZ5.526.242.92-
YUV68.95111.66131.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.78%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 40 (16.02% from 255) = 21.51%
R=39.78%
G=38.71%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74724000.030.460.7156.4729.8222.35
Hex4A4828032E47381e16
Octal112110500356107703626
Binary1001010100100010100001110111010001111110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,72,40); }

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

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

 a { background-color: rgb(74,72,40); }

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

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

 span { border-color: rgb(74,72,40); }

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