#4E4F44

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

Shades of Kelp #4E4F44

Tints of Kelp #4E4F44

Color information

#4E4F44 (or 0x4E4F44) is unknown color: approx Kelp. HEX triplet: 4E, 4F and 44. RGB value is (78,79,68). Sum of RGB (Red+Green+Blue) = 78+79+68=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4F44 is #B1B0BB. Grayscale: #4D4D4D. Windows color (decimal): -11645116 or 4476750. OLE color: 4476750.

HSL color Cylindrical-coordinate representation of color #4E4F44: hue angle of 65.45º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E4F44 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB787968-
CMYK0.0100.140.69
HSL65.45º7.48%28.82%-
HSV(B)65.45º13.92%30.98%-
XYZ6.987.636.57-
YUV77.45122.67128.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=34.67%
G=35.11%
B=30.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7879680.0100.140.6965.457.4828.82
Hex4E4F4410E454171d
Octal1161171041016105101735
Binary1001110100111110001001011101000101100000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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