#4E5040

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

Shades of Kelp #4E5040

Tints of Kelp #4E5040

Color information

#4E5040 (or 0x4E5040) is unknown color: approx Kelp. HEX triplet: 4E, 50 and 40. RGB value is (78,80,64). Sum of RGB (Red+Green+Blue) = 78+80+64=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5040 is #B1AFBF. Grayscale: #4D4D4D. Windows color (decimal): -11644864 or 4214862. OLE color: 4214862.

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

Color convert

RGB788064-
CMYK0.0200.200.69
HSL67.5º11.11%28.24%-
HSV(B)67.5º20%31.37%-
XYZ6.947.735.98-
YUV77.58120.34128.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=35.14%
G=36.04%
B=28.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7880640.0200.200.6967.511.1128.24
Hex4E504020144544b1c
Octal11612010020241051041334
Binary1001110101000010000001001010010001011000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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