Html Css Color HEX #4E6656 Mineral Green

📋 copy color: '#4E6656'

red 78 ◦ green 102 ◦ blue 86

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

Shades of Mineral Green #4E6656

Tints of Mineral Green #4E6656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.35%

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 29.32%
G = 38.35%
B = 32.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#4E6656 (or 0x4E6656) is known color: Mineral Green. HEX triplet: 4E, 66 and 56. RGB value is (78,102,86). Sum of RGB (Red+Green+Blue) = 78+102+86=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #4E6656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6656 is #B199A9. Grayscale: #5D5D5D. Windows color (decimal): -11639210 or 5662286. OLE color: 5662286.

HSL color Cylindrical-coordinate representation of color #4E6656: hue angle of 140º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E6656 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 78 102 86 -
CMYK 0.24 0 0.16 0.6
HSL 140º 0.13% 0.35% -
HSV(B) 140º 0.24% 0.4% -
XYZ 9.57 11.79 10.58 -
YUV 93 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 78 102 86 0.24 0 0.16 0.6 140 0.13 0.35
Hex 4E 66 56 18 0 10 3C 8C D 23
Octal 116 146 126 30 0 20 74 214 15 43
Binary 1001110 1100110 1010110 11000 0 10000 111100 10001100 1101 100011

Color Harmonies of #4E6656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6656

Black with #4E6656

Text Example


Text Example

White with #4E6656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,102,86); }

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

background-color css

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

 a { background-color: rgb(78,102,86); }

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

border-color css

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

 span { border-color: rgb(78,102,86); }

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