#484738

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

Shades of Camouflage #484738

Tints of Camouflage #484738

Color information

#484738 (or 0x484738) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 38. RGB value is (72,71,56). Sum of RGB (Red+Green+Blue) = 72+71+56=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #484738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484738 is #B7B8C7. Grayscale: #454545. Windows color (decimal): -12040392 or 3688264. OLE color: 3688264.

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

Color convert

RGB727156-
CMYK00.010.220.72
HSL56.25º12.5%25.1%-
HSV(B)56.25º22.22%28.24%-
XYZ5.646.174.64-
YUV69.59120.33129.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=36.18%
G=35.68%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72715600.010.220.7256.2512.525.1
Hex48473801164838d19
Octal110107700126110701531
Binary1001000100011111100001101101001000111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484738; }

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

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

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

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

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

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

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

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