#4D4F41

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

Shades of Kelp #4D4F41

Tints of Kelp #4D4F41

Color information

#4D4F41 (or 0x4D4F41) is unknown color: approx Kelp. HEX triplet: 4D, 4F and 41. RGB value is (77,79,65). Sum of RGB (Red+Green+Blue) = 77+79+65=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F41 is #B2B0BE. Grayscale: #4C4C4C. Windows color (decimal): -11710655 or 4280141. OLE color: 4280141.

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

Color convert

RGB777965-
CMYK0.0300.180.69
HSL68.57º9.72%28.24%-
HSV(B)68.57º17.72%30.98%-
XYZ6.817.556.1-
YUV76.81121.34128.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.84%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=34.84%
G=35.75%
B=29.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7779650.0300.180.6968.579.7228.24
Hex4D4F4130124545a1c
Octal11511710130221051051234
Binary1001101100111110000011101001010001011000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,79,65); }

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

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

 a { background-color: rgb(77,79,65); }

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

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

 span { border-color: rgb(77,79,65); }

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