#4D4B2F

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

Shades of Camouflage #4D4B2F

Tints of Camouflage #4D4B2F

Color information

#4D4B2F (or 0x4D4B2F) is unknown color: approx Camouflage. HEX triplet: 4D, 4B and 2F. RGB value is (77,75,47). Sum of RGB (Red+Green+Blue) = 77+75+47=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B2F is #B2B4D0. Grayscale: #484848. Windows color (decimal): -11711697 or 3099469. OLE color: 3099469.

HSL color Cylindrical-coordinate representation of color #4D4B2F: hue angle of 56º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D4B2F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB777547-
CMYK00.030.390.70
HSL56º24.19%24.31%-
HSV(B)56º38.96%30.2%-
XYZ6.096.823.68-
YUV72.41113.66131.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.69%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=38.69%
G=37.69%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77754700.030.390.705624.1924.31
Hex4D4B2F032746381818
Octal115113570347106703030
Binary1001101100101110111101110011110001101110001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,75,47); }

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

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

 a { background-color: rgb(77,75,47); }

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

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

 span { border-color: rgb(77,75,47); }

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