#4E542E

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

Shades of Waiouru #4E542E

Tints of Waiouru #4E542E

Color information

#4E542E (or 0x4E542E) is unknown color: approx Waiouru. HEX triplet: 4E, 54 and 2E. RGB value is (78,84,46). Sum of RGB (Red+Green+Blue) = 78+84+46=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #4E542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E542E is #B1ABD1. Grayscale: #4E4E4E. Windows color (decimal): -11643858 or 3036238. OLE color: 3036238.

HSL color Cylindrical-coordinate representation of color #4E542E: hue angle of 69.47º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E542E is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB788446-
CMYK0.0700.450.67
HSL69.47º29.23%25.49%-
HSV(B)69.47º45.24%32.94%-
XYZ6.818.163.8-
YUV77.87110.01128.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.5%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=37.5%
G=40.38%
B=22.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7884460.0700.450.6769.4729.2325.49
Hex4E542E702D43451d19
Octal1161245670551031053531
Binary100111010101001011101110101101100001110001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,46); }

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

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

 a { background-color: rgb(78,84,46); }

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

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

 span { border-color: rgb(78,84,46); }

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