#4E502E

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

Shades of Waiouru #4E502E

Tints of Waiouru #4E502E

Color information

#4E502E (or 0x4E502E) is unknown color: approx Waiouru. HEX triplet: 4E, 50 and 2E. RGB value is (78,80,46). Sum of RGB (Red+Green+Blue) = 78+80+46=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #4E502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E502E is #B1AFD1. Grayscale: #4B4B4B. Windows color (decimal): -11644882 or 3035214. OLE color: 3035214.

HSL color Cylindrical-coordinate representation of color #4E502E: hue angle of 63.53º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E502E is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB788046-
CMYK0.0200.420.69
HSL63.53º26.98%24.71%-
HSV(B)63.53º42.5%31.37%-
XYZ6.57.553.7-
YUV75.53111.34129.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.24%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=38.24%
G=39.22%
B=22.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7880460.0200.420.6963.5326.9824.71
Hex4E502E202A45401b19
Octal1161205620521051003331
Binary10011101010000101110100101010100010110000001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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