#484730

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

Shades of Camouflage #484730

Tints of Camouflage #484730

Color information

#484730 (or 0x484730) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 30. RGB value is (72,71,48). Sum of RGB (Red+Green+Blue) = 72+71+48=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #484730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484730 is #B7B8CF. Grayscale: #444444. Windows color (decimal): -12040400 or 3163976. OLE color: 3163976.

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

Color convert

RGB727148-
CMYK00.010.330.72
HSL57.5º20%23.53%-
HSV(B)57.5º33.33%28.24%-
XYZ5.466.13.69-
YUV68.68116.33130.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=37.70%
G=37.17%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72714800.010.330.7257.52023.53
Hex4847300121483a1418
Octal110107600141110722430
Binary100100010001111100000110000110010001110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484730; }

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

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

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

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

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

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

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

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