#4E5041

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

Shades of Kelp #4E5041

Tints of Kelp #4E5041

Color information

#4E5041 (or 0x4E5041) is unknown color: approx Kelp. HEX triplet: 4E, 50 and 41. RGB value is (78,80,65). Sum of RGB (Red+Green+Blue) = 78+80+65=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5041 is #B1AFBE. Grayscale: #4D4D4D. Windows color (decimal): -11644863 or 4280398. OLE color: 4280398.

HSL color Cylindrical-coordinate representation of color #4E5041: hue angle of 68º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E5041 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB788065-
CMYK0.0200.190.69
HSL68º10.34%28.43%-
HSV(B)68º18.75%31.37%-
XYZ6.967.746.13-
YUV77.69120.84128.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.98%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=34.98%
G=35.87%
B=29.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7880650.0200.190.696810.3428.43
Hex4E504120134544a1c
Octal11612010120231051041234
Binary1001110101000010000011001001110001011000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E5041; }

 p { color: rgb(78,80,65); }

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

<style>
 a { background-color: #4E5041; }

 a { background-color: rgb(78,80,65); }

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

<style>
 span { border-color: #4E5041; }

 span { border-color: rgb(78,80,65); }

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