Html Css Color HEX #4D5040 Kelp

📋 copy color: '#4D5040'

red 77 ◦ green 80 ◦ blue 64

#4D5040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelp #4D5040

Tints of Kelp #4D5040

RGB

 RED value IS 77 (30.47% from 255) = 34.84%

 GREEN value IS 80 (31.64% from 255) = 36.2%

 BLUE value IS 64 (25.39% from 255) = 28.96%

R = 34.84%
G = 36.2%
B = 28.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4D5040 (or 0x4D5040) is known color: 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

RGB 77 80 64 -
CMYK 0.04 0 0.20 0.69
HSL 71.25º 0.11% 0.28% -
HSV(B) 71.25º 0.2% 0.31% -
XYZ 6.85 7.69 5.97 -
YUV 77.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 77 80 64 0.04 0 0.20 0.69 71.25 0.11 0.28
Hex 4D 50 40 4 0 14 45 47 B 1C
Octal 115 120 100 4 0 24 105 107 13 34
Binary 1001101 1010000 1000000 100 0 10100 1000101 1000111 1011 11100

Color Harmonies of #4D5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5040

Black with #4D5040

Text Example


Text Example

White with #4D5040

Text Example


Text Example

HTML Codes & Css Web 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>