#4D503E

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

Shades of Kelp #4D503E

Tints of Kelp #4D503E

Color information

#4D503E (or 0x4D503E) is unknown color: approx Kelp. HEX triplet: 4D, 50 and 3E. RGB value is (77,80,62). Sum of RGB (Red+Green+Blue) = 77+80+62=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #4D503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D503E is #B2AFC1. Grayscale: #4D4D4D. Windows color (decimal): -11710402 or 4083789. OLE color: 4083789.

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

Color convert

RGB778062-
CMYK0.0400.220.69
HSL70º12.68%27.84%-
HSV(B)70º22.5%31.37%-
XYZ6.87.665.68-
YUV77.05119.51127.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 62 (24.61% from 255) = 28.31%
R=35.16%
G=36.53%
B=28.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780620.0400.220.697012.6827.84
Hex4D503E40164546d1c
Octal1151207640261051061534
Binary1001101101000011111010001011010001011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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