#4E4731

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

Shades of Punga #4E4731

Tints of Punga #4E4731

Color information

#4E4731 (or 0x4E4731) is unknown color: approx Punga. HEX triplet: 4E, 47 and 31. RGB value is (78,71,49). Sum of RGB (Red+Green+Blue) = 78+71+49=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4731 is #B1B8CE. Grayscale: #464646. Windows color (decimal): -11647183 or 3229518. OLE color: 3229518.

HSL color Cylindrical-coordinate representation of color #4E4731: hue angle of 45.52º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E4731 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB787149-
CMYK00.090.370.69
HSL45.52º22.83%24.9%-
HSV(B)45.52º37.18%30.59%-
XYZ5.956.353.82-
YUV70.58115.82133.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.39%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 49 (19.53% from 255) = 24.75%
R=39.39%
G=35.86%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78714900.090.370.6945.5222.8324.9
Hex4E47310925452e1719
Octal1161076101145105562731
Binary100111010001111100010100110010110001011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,49); }

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

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

 a { background-color: rgb(78,71,49); }

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

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

 span { border-color: rgb(78,71,49); }

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