#494E2A

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

Shades of Waiouru #494E2A

Tints of Waiouru #494E2A

Color information

#494E2A (or 0x494E2A) is unknown color: approx Waiouru. HEX triplet: 49, 4E and 2A. RGB value is (73,78,42). Sum of RGB (Red+Green+Blue) = 73+78+42=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #494E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E2A is #B6B1D5. Grayscale: #484848. Windows color (decimal): -11973078 or 2772553. OLE color: 2772553.

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

Color convert

RGB737842-
CMYK0.0600.460.69
HSL68.33º30%23.53%-
HSV(B)68.33º46.15%30.59%-
XYZ5.897.033.24-
YUV72.4110.84128.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=37.82%
G=40.41%
B=21.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378420.0600.460.6968.333023.53
Hex494E2A602E45441e18
Octal1111165260561051043630
Binary100100110011101010101100101110100010110001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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