#494A2C

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

Shades of Waiouru #494A2C

Tints of Waiouru #494A2C

Color information

#494A2C (or 0x494A2C) is unknown color: approx Waiouru. HEX triplet: 49, 4A and 2C. RGB value is (73,74,44). Sum of RGB (Red+Green+Blue) = 73+74+44=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 74 - color contains mainly: green. Hex color #494A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A2C is #B6B5D3. Grayscale: #464646. Windows color (decimal): -11974100 or 2902601. OLE color: 2902601.

HSL color Cylindrical-coordinate representation of color #494A2C: hue angle of 62º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494A2C is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB737444-
CMYK0.0100.410.71
HSL62º25.42%23.14%-
HSV(B)62º40.54%29.02%-
XYZ5.656.53.34-
YUV70.28113.17129.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 74 (29.30% from 255) = 38.74%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=38.22%
G=38.74%
B=23.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7374440.0100.410.716225.4223.14
Hex494A2C1029473e1917
Octal111112541051107763127
Binary100100110010101011001010100110001111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,74,44); }

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

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

 a { background-color: rgb(73,74,44); }

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

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

 span { border-color: rgb(73,74,44); }

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