#4B4937

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

Shades of Camouflage #4B4937

Tints of Camouflage #4B4937

Color information

#4B4937 (or 0x4B4937) is unknown color: approx Camouflage. HEX triplet: 4B, 49 and 37. RGB value is (75,73,55). Sum of RGB (Red+Green+Blue) = 75+73+55=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4937 is #B4B6C8. Grayscale: #474747. Windows color (decimal): -11843273 or 3623243. OLE color: 3623243.

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

Color convert

RGB757355-
CMYK00.030.270.71
HSL54º15.38%25.49%-
HSV(B)54º26.67%29.41%-
XYZ5.976.544.56-
YUV71.55118.66130.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.95%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=36.95%
G=35.96%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75735500.030.270.715415.3825.49
Hex4B4937031B4736f19
Octal113111670333107661731
Binary10010111001001110111011110111000111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,55); }

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

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

 a { background-color: rgb(75,73,55); }

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

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

 span { border-color: rgb(75,73,55); }

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