#494F35

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

Shades of Kelp #494F35

Tints of Kelp #494F35

Color information

#494F35 (or 0x494F35) is unknown color: approx Kelp. HEX triplet: 49, 4F and 35. RGB value is (73,79,53). Sum of RGB (Red+Green+Blue) = 73+79+53=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #494F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F35 is #B6B0CA. Grayscale: #4A4A4A. Windows color (decimal): -11972811 or 3493705. OLE color: 3493705.

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

Color convert

RGB737953-
CMYK0.0800.330.69
HSL73.85º19.7%25.88%-
HSV(B)73.85º32.91%30.98%-
XYZ6.197.274.44-
YUV74.24116.01127.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=35.61%
G=38.54%
B=25.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7379530.0800.330.6973.8519.725.88
Hex494F358021454a141a
Octal11111765100411051122432
Binary1001001100111111010110000100001100010110010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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