#4B4A3D

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

Shades of Camouflage #4B4A3D

Tints of Camouflage #4B4A3D

Color information

#4B4A3D (or 0x4B4A3D) is unknown color: approx Camouflage. HEX triplet: 4B, 4A and 3D. RGB value is (75,74,61). Sum of RGB (Red+Green+Blue) = 75+74+61=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4A3D is #B4B5C2. Grayscale: #484848. Windows color (decimal): -11843011 or 4016715. OLE color: 4016715.

HSL color Cylindrical-coordinate representation of color #4B4A3D: hue angle of 55.71º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B4A3D is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB757461-
CMYK00.010.190.71
HSL55.71º10.29%26.67%-
HSV(B)55.71º18.67%29.41%-
XYZ6.196.735.39-
YUV72.82121.33129.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.71%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=35.71%
G=35.24%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75746100.010.190.7155.7110.2926.67
Hex4B4A3D01134738a1b
Octal113112750123107701233
Binary1001011100101011110101100111000111111000101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4A3D; }

 p { color: rgb(75,74,61); }

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

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

 a { background-color: rgb(75,74,61); }

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

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

 span { border-color: rgb(75,74,61); }

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