#494D2D

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

Shades of Waiouru #494D2D

Tints of Waiouru #494D2D

Color information

#494D2D (or 0x494D2D) is unknown color: approx Waiouru. HEX triplet: 49, 4D and 2D. RGB value is (73,77,45). Sum of RGB (Red+Green+Blue) = 73+77+45=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 77 - color contains mainly: green. Hex color #494D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D2D is #B6B2D2. Grayscale: #484848. Windows color (decimal): -11973331 or 2968905. OLE color: 2968905.

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

Color convert

RGB737745-
CMYK0.0500.420.70
HSL67.5º26.23%23.92%-
HSV(B)67.5º41.56%30.2%-
XYZ5.886.913.51-
YUV72.16112.67128.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=37.44%
G=39.49%
B=23.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377450.0500.420.7067.526.2323.92
Hex494D2D502A46441a18
Octal1111155550521061043230
Binary100100110011011011011010101010100011010001001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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