#494D2F

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

Shades of Waiouru #494D2F

Tints of Waiouru #494D2F

Color information

#494D2F (or 0x494D2F) is unknown color: approx Waiouru. HEX triplet: 49, 4D and 2F. RGB value is (73,77,47). Sum of RGB (Red+Green+Blue) = 73+77+47=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #494D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D2F is #B6B2D0. Grayscale: #484848. Windows color (decimal): -11973329 or 3099977. OLE color: 3099977.

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

Color convert

RGB737747-
CMYK0.0500.390.70
HSL68º24.19%24.31%-
HSV(B)68º38.96%30.2%-
XYZ5.916.933.72-
YUV72.38113.67128.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=37.06%
G=39.09%
B=23.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377470.0500.390.706824.1924.31
Hex494D2F502746441818
Octal1111155750471061043030
Binary100100110011011011111010100111100011010001001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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