#4E5234

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

Shades of Waiouru #4E5234

Tints of Waiouru #4E5234

Color information

#4E5234 (or 0x4E5234) is unknown color: approx Waiouru. HEX triplet: 4E, 52 and 34. RGB value is (78,82,52). Sum of RGB (Red+Green+Blue) = 78+82+52=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #4E5234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5234 is #B1ADCB. Grayscale: #4D4D4D. Windows color (decimal): -11644364 or 3428942. OLE color: 3428942.

HSL color Cylindrical-coordinate representation of color #4E5234: hue angle of 68º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E5234 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB788252-
CMYK0.0500.370.68
HSL68º22.39%26.27%-
HSV(B)68º36.59%32.16%-
XYZ6.787.94.42-
YUV77.38113.67128.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.79%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=36.79%
G=38.68%
B=24.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7882520.0500.370.686822.3926.27
Hex4E523450254444161a
Octal1161226450451041042632
Binary100111010100101101001010100101100010010001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,82,52); }

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

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

 a { background-color: rgb(78,82,52); }

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

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

 span { border-color: rgb(78,82,52); }

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