#4E512D

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

Shades of Waiouru #4E512D

Tints of Waiouru #4E512D

Color information

#4E512D (or 0x4E512D) is unknown color: approx Waiouru. HEX triplet: 4E, 51 and 2D. RGB value is (78,81,45). Sum of RGB (Red+Green+Blue) = 78+81+45=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #4E512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E512D is #B1AED2. Grayscale: #4C4C4C. Windows color (decimal): -11644627 or 2969934. OLE color: 2969934.

HSL color Cylindrical-coordinate representation of color #4E512D: hue angle of 65º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E512D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB788145-
CMYK0.0400.440.68
HSL65º28.57%24.71%-
HSV(B)65º44.44%31.76%-
XYZ6.567.693.62-
YUV76110.51129.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.24%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=38.24%
G=39.71%
B=22.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7881450.0400.440.686528.5724.71
Hex4E512D402C44411d19
Octal1161215540541041013531
Binary100111010100011011011000101100100010010000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,81,45); }

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

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

 a { background-color: rgb(78,81,45); }

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

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

 span { border-color: rgb(78,81,45); }

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