#4E4F39

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

Shades of Waiouru #4E4F39

Tints of Waiouru #4E4F39

Color information

#4E4F39 (or 0x4E4F39) is unknown color: approx Waiouru. HEX triplet: 4E, 4F and 39. RGB value is (78,79,57). Sum of RGB (Red+Green+Blue) = 78+79+57=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4F39 is #B1B0C6. Grayscale: #4C4C4C. Windows color (decimal): -11645127 or 3755854. OLE color: 3755854.

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

Color convert

RGB787957-
CMYK0.0100.280.69
HSL62.73º16.18%26.67%-
HSV(B)62.73º27.85%30.98%-
XYZ6.687.514.97-
YUV76.19117.17129.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.45%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 57 (22.66% from 255) = 26.64%
R=36.45%
G=36.92%
B=26.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7879570.0100.280.6962.7316.1826.67
Hex4E4F39101C453f101b
Octal116117711034105772033
Binary10011101001111111001101110010001011111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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