#494D37

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

Shades of Kelp #494D37

Tints of Kelp #494D37

Color information

#494D37 (or 0x494D37) is unknown color: approx Kelp. HEX triplet: 49, 4D and 37. RGB value is (73,77,55). Sum of RGB (Red+Green+Blue) = 73+77+55=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #494D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D37 is #B6B2C8. Grayscale: #494949. Windows color (decimal): -11973321 or 3624265. OLE color: 3624265.

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

Color convert

RGB737755-
CMYK0.0500.290.70
HSL70.91º16.67%25.88%-
HSV(B)70.91º28.57%30.2%-
XYZ6.0974.64-
YUV73.3117.67127.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 55 (21.88% from 255) = 26.83%
R=35.61%
G=37.56%
B=26.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377550.0500.290.7070.9116.6725.88
Hex494D37501D4647111a
Octal1111156750351061072132
Binary10010011001101110111101011101100011010001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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