#4A4934

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

Shades of Camouflage #4A4934

Tints of Camouflage #4A4934

Color information

#4A4934 (or 0x4A4934) is unknown color: approx Camouflage. HEX triplet: 4A, 49 and 34. RGB value is (74,73,52). Sum of RGB (Red+Green+Blue) = 74+73+52=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4934 is #B5B6CB. Grayscale: #464646. Windows color (decimal): -11908812 or 3426634. OLE color: 3426634.

HSL color Cylindrical-coordinate representation of color #4A4934: hue angle of 57.27º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A4934 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB747352-
CMYK00.010.300.71
HSL57.27º17.46%24.71%-
HSV(B)57.27º29.73%29.02%-
XYZ5.836.474.19-
YUV70.9117.33130.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.19%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=37.19%
G=36.68%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74735200.010.300.7157.2717.4624.71
Hex4A4934011E47391119
Octal112111640136107712131
Binary10010101001001110100011111010001111110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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