#494D39

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

Shades of Kelp #494D39

Tints of Kelp #494D39

Color information

#494D39 (or 0x494D39) is unknown color: approx Kelp. HEX triplet: 49, 4D and 39. RGB value is (73,77,57). Sum of RGB (Red+Green+Blue) = 73+77+57=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 77 - color contains mainly: green. Hex color #494D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D39 is #B6B2C6. Grayscale: #494949. Windows color (decimal): -11973319 or 3755337. OLE color: 3755337.

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

Color convert

RGB737757-
CMYK0.0500.260.70
HSL72º14.93%26.27%-
HSV(B)72º25.97%30.2%-
XYZ6.147.024.9-
YUV73.52118.67127.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 57 (22.66% from 255) = 27.54%
R=35.27%
G=37.20%
B=27.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377570.0500.260.707214.9326.27
Hex494D39501A4648f1a
Octal1111157150321061101732
Binary1001001100110111100110101101010001101001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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