#494E39

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

Shades of Kelp #494E39

Tints of Kelp #494E39

Color information

#494E39 (or 0x494E39) is unknown color: approx Kelp. HEX triplet: 49, 4E and 39. RGB value is (73,78,57). Sum of RGB (Red+Green+Blue) = 73+78+57=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 78 - color contains mainly: green. Hex color #494E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E39 is #B6B1C6. Grayscale: #4A4A4A. Windows color (decimal): -11973063 or 3755593. OLE color: 3755593.

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

Color convert

RGB737857-
CMYK0.0600.270.69
HSL74.29º15.56%26.47%-
HSV(B)74.29º26.92%30.59%-
XYZ6.217.164.93-
YUV74.11118.34127.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=35.10%
G=37.5%
B=27.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378570.0600.270.6974.2915.5626.47
Hex494E39601B454a101a
Octal1111167160331051122032
Binary10010011001110111001110011011100010110010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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