#4E4F40

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

Shades of Kelp #4E4F40

Tints of Kelp #4E4F40

Color information

#4E4F40 (or 0x4E4F40) is unknown color: approx Kelp. HEX triplet: 4E, 4F and 40. RGB value is (78,79,64). Sum of RGB (Red+Green+Blue) = 78+79+64=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4F40 is #B1B0BF. Grayscale: #4D4D4D. Windows color (decimal): -11645120 or 4214606. OLE color: 4214606.

HSL color Cylindrical-coordinate representation of color #4E4F40: hue angle of 64º 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 #4E4F40 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB787964-
CMYK0.0100.190.69
HSL64º10.49%28.04%-
HSV(B)64º18.99%30.98%-
XYZ6.867.585.95-
YUV76.99120.67128.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.29%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=35.29%
G=35.75%
B=28.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7879640.0100.190.696410.4928.04
Hex4E4F4010134540a1c
Octal11611710010231051001234
Binary100111010011111000000101001110001011000000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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