Html Css Color HEX #4E4F3F Kelp

📋 copy color: '#4E4F3F'

red 78 ◦ green 79 ◦ blue 63

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

Shades of Kelp #4E4F3F

Tints of Kelp #4E4F3F

RGB

 RED value IS 78 (30.86% from 255) = 35.45%

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

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

R = 35.45%
G = 35.91%
B = 28.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4E4F3F (or 0x4E4F3F) is known color: Kelp. HEX triplet: 4E, 4F and 3F. RGB value is (78,79,63). Sum of RGB (Red+Green+Blue) = 78+79+63=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4F3F is #B1B0C0. Grayscale: #4C4C4C. Windows color (decimal): -11645121 or 4149070. OLE color: 4149070.

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

Color convert

RGB 78 79 63 -
CMYK 0.01 0 0.20 0.69
HSL 63.75º 0.11% 0.28% -
HSV(B) 63.75º 0.2% 0.31% -
XYZ 6.84 7.57 5.8 -
YUV 76.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 78 79 63 0.01 0 0.20 0.69 63.75 0.11 0.28
Hex 4E 4F 3F 1 0 14 45 40 B 1C
Octal 116 117 77 1 0 24 105 100 13 34
Binary 1001110 1001111 111111 1 0 10100 1000101 1000000 1011 11100

Color Harmonies of #4E4F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4F3F

Black with #4E4F3F

Text Example


Text Example

White with #4E4F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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