#4D503F

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

Shades of Kelp #4D503F

Tints of Kelp #4D503F

Color information

#4D503F (or 0x4D503F) is unknown color: approx Kelp. HEX triplet: 4D, 50 and 3F. RGB value is (77,80,63). Sum of RGB (Red+Green+Blue) = 77+80+63=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #4D503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D503F is #B2AFC0. Grayscale: #4D4D4D. Windows color (decimal): -11710401 or 4149325. OLE color: 4149325.

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

Color convert

RGB778063-
CMYK0.0400.210.69
HSL70.59º11.89%28.04%-
HSV(B)70.59º21.25%31.37%-
XYZ6.837.675.82-
YUV77.16120.01127.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 63 (25% from 255) = 28.64%
R=35%
G=36.36%
B=28.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780630.0400.210.6970.5911.8928.04
Hex4D503F40154547c1c
Octal1151207740251051071434
Binary1001101101000011111110001010110001011000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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