Html Css Color HEX #4E5141 Kelp

📋 copy color: '#4E5141'

red 78 ◦ green 81 ◦ blue 65

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

Shades of Kelp #4E5141

Tints of Kelp #4E5141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

 BLUE value IS 65 (25.78% from 255) = 29.02%

R = 34.82%
G = 36.16%
B = 29.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#4E5141 (or 0x4E5141) is known color: Kelp. HEX triplet: 4E, 51 and 41. RGB value is (78,81,65). Sum of RGB (Red+Green+Blue) = 78+81+65=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #4E5141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5141 is #B1AEBE. Grayscale: #4E4E4E. Windows color (decimal): -11644607 or 4280654. OLE color: 4280654.

HSL color Cylindrical-coordinate representation of color #4E5141: hue angle of 71.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E5141 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 78 81 65 -
CMYK 0.04 0 0.20 0.68
HSL 71.25º 0.11% 0.29% -
HSV(B) 71.25º 0.2% 0.32% -
XYZ 7.04 7.89 6.15 -
YUV 78.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 78 81 65 0.04 0 0.20 0.68 71.25 0.11 0.29
Hex 4E 51 41 4 0 14 44 47 B 1D
Octal 116 121 101 4 0 24 104 107 13 35
Binary 1001110 1010001 1000001 100 0 10100 1000100 1000111 1011 11101

Color Harmonies of #4E5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5141

Black with #4E5141

Text Example


Text Example

White with #4E5141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,81,65); }

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

background-color css

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

 a { background-color: rgb(78,81,65); }

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

border-color css

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

 span { border-color: rgb(78,81,65); }

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