Html Css Color HEX #4D4F42 Kelp

📋 copy color: '#4D4F42'

red 77 ◦ green 79 ◦ blue 66

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

Shades of Kelp #4D4F42

Tints of Kelp #4D4F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.59%

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 34.68%
G = 35.59%
B = 29.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#4D4F42 (or 0x4D4F42) is known color: Kelp. HEX triplet: 4D, 4F and 42. RGB value is (77,79,66). Sum of RGB (Red+Green+Blue) = 77+79+66=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F42 is #B2B0BD. Grayscale: #4C4C4C. Windows color (decimal): -11710654 or 4345677. OLE color: 4345677.

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

Color convert

RGB 77 79 66 -
CMYK 0.03 0 0.16 0.69
HSL 69.23º 0.09% 0.28% -
HSV(B) 69.23º 0.16% 0.31% -
XYZ 6.84 7.56 6.25 -
YUV 76.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 77 79 66 0.03 0 0.16 0.69 69.23 0.09 0.28
Hex 4D 4F 42 3 0 10 45 45 9 1C
Octal 115 117 102 3 0 20 105 105 11 34
Binary 1001101 1001111 1000010 11 0 10000 1000101 1000101 1001 11100

Color Harmonies of #4D4F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4F42

Black with #4D4F42

Text Example


Text Example

White with #4D4F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,79,66); }

 H1.HeaderClassName
 {
   color: #4D4F42;
 }
 .AnyTagClassName
 {
   color: #4D4F42;
 }
</style>

background-color css

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

 a { background-color: rgb(77,79,66); }

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

border-color css

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

 span { border-color: rgb(77,79,66); }

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