#494E2D

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

Shades of Waiouru #494E2D

Tints of Waiouru #494E2D

Color information

#494E2D (or 0x494E2D) is unknown color: approx Waiouru. HEX triplet: 49, 4E and 2D. RGB value is (73,78,45). Sum of RGB (Red+Green+Blue) = 73+78+45=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #494E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E2D is #B6B1D2. Grayscale: #484848. Windows color (decimal): -11973075 or 2969161. OLE color: 2969161.

HSL color Cylindrical-coordinate representation of color #494E2D: hue angle of 69.09º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #494E2D is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB737845-
CMYK0.0600.420.69
HSL69.09º26.83%24.12%-
HSV(B)69.09º42.31%30.59%-
XYZ5.957.053.53-
YUV72.74112.34128.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=37.24%
G=39.80%
B=22.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378450.0600.420.6969.0926.8324.12
Hex494E2D602A45451b18
Octal1111165560521051053330
Binary100100110011101011011100101010100010110001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494E2D; }

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

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

<style>
 a { background-color: #494E2D; }

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

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

<style>
 span { border-color: #494E2D; }

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

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