#494F36

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

Shades of Kelp #494F36

Tints of Kelp #494F36

Color information

#494F36 (or 0x494F36) is unknown color: approx Kelp. HEX triplet: 49, 4F and 36. RGB value is (73,79,54). Sum of RGB (Red+Green+Blue) = 73+79+54=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #494F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F36 is #B6B0C9. Grayscale: #4A4A4A. Windows color (decimal): -11972810 or 3559241. OLE color: 3559241.

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

Color convert

RGB737954-
CMYK0.0800.320.69
HSL74.4º18.8%26.08%-
HSV(B)74.4º31.65%30.98%-
XYZ6.217.274.57-
YUV74.36116.51127.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=35.44%
G=38.35%
B=26.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7379540.0800.320.6974.418.826.08
Hex494F368020454a131a
Octal11111766100401051122332
Binary1001001100111111011010000100000100010110010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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