#4D5531

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

Shades of Kelp #4D5531

Tints of Kelp #4D5531

Color information

#4D5531 (or 0x4D5531) is unknown color: approx Kelp. HEX triplet: 4D, 55 and 31. RGB value is (77,85,49). Sum of RGB (Red+Green+Blue) = 77+85+49=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5531 is #B2AACE. Grayscale: #4E4E4E. Windows color (decimal): -11709135 or 3233101. OLE color: 3233101.

HSL color Cylindrical-coordinate representation of color #4D5531: hue angle of 73.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D5531 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB778549-
CMYK0.0900.420.67
HSL73.33º26.87%26.27%-
HSV(B)73.33º42.35%33.33%-
XYZ6.868.34.15-
YUV78.5111.35126.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.49%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=36.49%
G=40.28%
B=23.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785490.0900.420.6773.3326.8726.27
Hex4D5531902A43491b1a
Octal11512561110521031113332
Binary1001101101010111000110010101010100001110010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,49); }

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

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

 a { background-color: rgb(77,85,49); }

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

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

 span { border-color: rgb(77,85,49); }

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