Html Css Color HEX #4D4F3F Kelp

📋 copy color: '#4D4F3F'

red 77 ◦ green 79 ◦ blue 63

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

Shades of Kelp #4D4F3F

Tints of Kelp #4D4F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.77%

R = 35.16%
G = 36.07%
B = 28.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4D4F3F (or 0x4D4F3F) is known color: Kelp. HEX triplet: 4D, 4F and 3F. RGB value is (77,79,63). Sum of RGB (Red+Green+Blue) = 77+79+63=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F3F is #B2B0C0. Grayscale: #4C4C4C. Windows color (decimal): -11710657 or 4149069. OLE color: 4149069.

HSL color Cylindrical-coordinate representation of color #4D4F3F: hue angle of 67.5º 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 #4D4F3F is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 79 63 -
CMYK 0.03 0 0.20 0.69
HSL 67.5º 0.11% 0.28% -
HSV(B) 67.5º 0.2% 0.31% -
XYZ 6.75 7.53 5.8 -
YUV 76.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 77 79 63 0.03 0 0.20 0.69 67.5 0.11 0.28
Hex 4D 4F 3F 3 0 14 45 44 B 1C
Octal 115 117 77 3 0 24 105 104 13 34
Binary 1001101 1001111 111111 11 0 10100 1000101 1000100 1011 11100

Color Harmonies of #4D4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4F3F

Black with #4D4F3F

Text Example


Text Example

White with #4D4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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