#494D2C

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

Shades of Waiouru #494D2C

Tints of Waiouru #494D2C

Color information

#494D2C (or 0x494D2C) is unknown color: approx Waiouru. HEX triplet: 49, 4D and 2C. RGB value is (73,77,44). Sum of RGB (Red+Green+Blue) = 73+77+44=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #494D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D2C is #B6B2D3. Grayscale: #484848. Windows color (decimal): -11973332 or 2903369. OLE color: 2903369.

HSL color Cylindrical-coordinate representation of color #494D2C: hue angle of 67.27º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #494D2C is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB737744-
CMYK0.0500.430.70
HSL67.27º27.27%23.73%-
HSV(B)67.27º42.86%30.2%-
XYZ5.866.913.41-
YUV72.04112.17128.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=37.63%
G=39.69%
B=22.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377440.0500.430.7067.2727.2723.73
Hex494D2C502B46431b18
Octal1111155450531061033330
Binary100100110011011011001010101011100011010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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