#4A493D

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

Shades of Camouflage #4A493D

Tints of Camouflage #4A493D

Color information

#4A493D (or 0x4A493D) is unknown color: approx Camouflage. HEX triplet: 4A, 49 and 3D. RGB value is (74,73,61). Sum of RGB (Red+Green+Blue) = 74+73+61=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 74 - color contains mainly: red. Hex color #4A493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A493D is #B5B6C2. Grayscale: #474747. Windows color (decimal): -11908803 or 4016458. OLE color: 4016458.

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

Color convert

RGB747361-
CMYK00.010.180.71
HSL55.38º9.63%26.47%-
HSV(B)55.38º17.57%29.02%-
XYZ6.056.565.36-
YUV71.93121.83129.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.58%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=35.58%
G=35.10%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74736100.010.180.7155.389.6326.47
Hex4A493D01124737a1a
Octal112111750122107671232
Binary1001010100100111110101100101000111110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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