#4E532F

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

Shades of Waiouru #4E532F

Tints of Waiouru #4E532F

Color information

#4E532F (or 0x4E532F) is unknown color: approx Waiouru. HEX triplet: 4E, 53 and 2F. RGB value is (78,83,47). Sum of RGB (Red+Green+Blue) = 78+83+47=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #4E532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E532F is #B1ACD0. Grayscale: #4D4D4D. Windows color (decimal): -11644113 or 3101518. OLE color: 3101518.

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

Color convert

RGB788347-
CMYK0.0600.430.67
HSL68.33º27.69%25.49%-
HSV(B)68.33º43.37%32.55%-
XYZ6.758.013.88-
YUV77.4110.84128.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.5%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=37.5%
G=39.90%
B=22.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7883470.0600.430.6768.3327.6925.49
Hex4E532F602B43441c19
Octal1161235760531031043431
Binary100111010100111011111100101011100001110001001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,83,47); }

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

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

 a { background-color: rgb(78,83,47); }

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

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

 span { border-color: rgb(78,83,47); }

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