#484632

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

Shades of Camouflage #484632

Tints of Camouflage #484632

Color information

#484632 (or 0x484632) is unknown color: approx Camouflage. HEX triplet: 48, 46 and 32. RGB value is (72,70,50). Sum of RGB (Red+Green+Blue) = 72+70+50=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #484632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484632 is #B7B9CD. Grayscale: #444444. Windows color (decimal): -12040654 or 3294792. OLE color: 3294792.

HSL color Cylindrical-coordinate representation of color #484632: hue angle of 54.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484632 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB727050-
CMYK00.030.310.72
HSL54.55º18.03%23.92%-
HSV(B)54.55º30.56%28.24%-
XYZ5.445.993.89-
YUV68.32117.66130.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 50 (19.92% from 255) = 26.04%
R=37.5%
G=36.46%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72705000.030.310.7254.5518.0323.92
Hex484632031F48371218
Octal110106620337110672230
Binary100100010001101100100111111110010001101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484632; }

 p { color: rgb(72,70,50); }

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

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

 a { background-color: rgb(72,70,50); }

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

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

 span { border-color: rgb(72,70,50); }

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