#4F4E38

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

Shades of Camouflage #4F4E38

Tints of Camouflage #4F4E38

Color information

#4F4E38 (or 0x4F4E38) is unknown color: approx Camouflage. HEX triplet: 4F, 4E and 38. RGB value is (79,78,56). Sum of RGB (Red+Green+Blue) = 79+78+56=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4E38 is #B0B1C7. Grayscale: #4B4B4B. Windows color (decimal): -11579848 or 3690063. OLE color: 3690063.

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

Color convert

RGB797856-
CMYK00.010.290.69
HSL57.39º17.04%26.47%-
HSV(B)57.39º29.11%30.98%-
XYZ6.667.44.82-
YUV75.79116.83130.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.09%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=37.09%
G=36.62%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79785600.010.290.6957.3917.0426.47
Hex4F4E38011D4539111a
Octal117116700135105712132
Binary10011111001110111000011110110001011110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,78,56); }

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

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

 a { background-color: rgb(79,78,56); }

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

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

 span { border-color: rgb(79,78,56); }

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