#494E2F

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

Shades of Waiouru #494E2F

Tints of Waiouru #494E2F

Color information

#494E2F (or 0x494E2F) is unknown color: approx Waiouru. HEX triplet: 49, 4E and 2F. RGB value is (73,78,47). Sum of RGB (Red+Green+Blue) = 73+78+47=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 78 - color contains mainly: green. Hex color #494E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E2F is #B6B1D0. Grayscale: #494949. Windows color (decimal): -11973073 or 3100233. OLE color: 3100233.

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

Color convert

RGB737847-
CMYK0.0600.400.69
HSL69.68º24.8%24.51%-
HSV(B)69.68º39.74%30.59%-
XYZ5.997.073.74-
YUV72.97113.34128.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=36.87%
G=39.39%
B=23.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378470.0600.400.6969.6824.824.51
Hex494E2F602845461919
Octal1111165760501051063131
Binary100100110011101011111100101000100010110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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