#494C36

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

Shades of Kelp #494C36

Tints of Kelp #494C36

Color information

#494C36 (or 0x494C36) is unknown color: approx Kelp. HEX triplet: 49, 4C and 36. RGB value is (73,76,54). Sum of RGB (Red+Green+Blue) = 73+76+54=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 76 - color contains mainly: green. Hex color #494C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C36 is #B6B3C9. Grayscale: #484848. Windows color (decimal): -11973578 or 3558473. OLE color: 3558473.

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

Color convert

RGB737654-
CMYK0.0400.290.70
HSL68.18º16.92%25.49%-
HSV(B)68.18º28.95%29.8%-
XYZ66.854.5-
YUV72.6117.51128.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=35.96%
G=37.44%
B=26.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376540.0400.290.7068.1816.9225.49
Hex494C36401D46441119
Octal1111146640351061042131
Binary10010011001100110110100011101100011010001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,76,54); }

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

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

 a { background-color: rgb(73,76,54); }

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

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

 span { border-color: rgb(73,76,54); }

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