#494934

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

Shades of Waiouru #494934

Tints of Waiouru #494934

Color information

#494934 (or 0x494934) is unknown color: approx Waiouru. HEX triplet: 49, 49 and 34. RGB value is (73,73,52). Sum of RGB (Red+Green+Blue) = 73+73+52=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494934 is #B6B6CB. Grayscale: #464646. Windows color (decimal): -11974348 or 3426633. OLE color: 3426633.

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

Color convert

RGB737352-
CMYK000.290.71
HSL60º16.8%24.51%-
HSV(B)60º28.77%28.63%-
XYZ5.756.434.19-
YUV70.61117.5129.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=36.87%
G=36.87%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737352000.290.716016.824.51
Hex494934001D473c1119
Octal111111640035107742131
Binary10010011001001110100001110110001111111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494934; }

 p { color: rgb(73,73,52); }

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

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

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

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

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

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

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