#484636

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

Shades of Camouflage #484636

Tints of Camouflage #484636

Color information

#484636 (or 0x484636) is unknown color: approx Camouflage. HEX triplet: 48, 46 and 36. RGB value is (72,70,54). Sum of RGB (Red+Green+Blue) = 72+70+54=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #484636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484636 is #B7B9C9. Grayscale: #444444. Windows color (decimal): -12040650 or 3556936. OLE color: 3556936.

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

Color convert

RGB727054-
CMYK00.030.250.72
HSL53.33º14.29%24.71%-
HSV(B)53.33º25%28.24%-
XYZ5.536.024.36-
YUV68.77119.66130.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=36.73%
G=35.71%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72705400.030.250.7253.3314.2924.71
Hex48463603194835e19
Octal110106660331110651631
Binary10010001000110110110011110011001000110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484636; }

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

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

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

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

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

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

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

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