#4D5040

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

Shades of Kelp #4D5040

Tints of Kelp #4D5040

Color information

#4D5040 (or 0x4D5040) is unknown color: approx Kelp. HEX triplet: 4D, 50 and 40. RGB value is (77,80,64). Sum of RGB (Red+Green+Blue) = 77+80+64=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5040 is #B2AFBF. Grayscale: #4D4D4D. Windows color (decimal): -11710400 or 4214861. OLE color: 4214861.

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

Color convert

RGB778064-
CMYK0.0400.200.69
HSL71.25º11.11%28.24%-
HSV(B)71.25º20%31.37%-
XYZ6.857.695.97-
YUV77.28120.51127.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.84%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=34.84%
G=36.20%
B=28.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780640.0400.200.6971.2511.1128.24
Hex4D504040144547b1c
Octal11512010040241051071334
Binary10011011010000100000010001010010001011000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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