#484724

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

Shades of Camouflage #484724

Tints of Camouflage #484724

Color information

#484724 (or 0x484724) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 24. RGB value is (72,71,36). Sum of RGB (Red+Green+Blue) = 72+71+36=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #484724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484724 is #B7B8DB. Grayscale: #434343. Windows color (decimal): -12040412 or 2377544. OLE color: 2377544.

HSL color Cylindrical-coordinate representation of color #484724: hue angle of 58.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484724 is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB727136-
CMYK00.010.50.72
HSL58.33º33.33%21.18%-
HSV(B)58.33º50%28.24%-
XYZ5.246.012.55-
YUV67.31110.33131.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 36 (14.45% from 255) = 20.11%
R=40.22%
G=39.66%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72713600.010.50.7258.3333.3321.18
Hex4847240132483a2115
Octal110107440162110724125
Binary1001000100011110010001110010100100011101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484724; }

 p { color: rgb(72,71,36); }

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

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

 a { background-color: rgb(72,71,36); }

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

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

 span { border-color: rgb(72,71,36); }

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