Html Css Color HEX #4E6C65 Dark Green Copper

📋 copy color: '#4E6C65'

red 78 ◦ green 108 ◦ blue 101

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

Shades of Dark Green Copper #4E6C65

Tints of Dark Green Copper #4E6C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.63%

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 27.18%
G = 37.63%
B = 35.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#4E6C65 (or 0x4E6C65) is known color: Dark Green Copper. HEX triplet: 4E, 6C and 65. RGB value is (78,108,101). Sum of RGB (Red+Green+Blue) = 78+108+101=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 108 - color contains mainly: green. Hex color #4E6C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6C65 is #B1939A. Grayscale: #626262. Windows color (decimal): -11637659 or 6646862. OLE color: 6646862.

HSL color Cylindrical-coordinate representation of color #4E6C65: hue angle of 166º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E6C65 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 78 108 101 -
CMYK 0.28 0 0.06 0.58
HSL 166º 0.16% 0.36% -
HSV(B) 166º 0.28% 0.42% -
XYZ 10.85 13.28 14.3 -
YUV 98.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 78 108 101 0.28 0 0.06 0.58 166 0.16 0.36
Hex 4E 6C 65 1C 0 6 3A A6 10 24
Octal 116 154 145 34 0 6 72 246 20 44
Binary 1001110 1101100 1100101 11100 0 110 111010 10100110 10000 100100

Color Harmonies of #4E6C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6C65

Black with #4E6C65

Text Example


Text Example

White with #4E6C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,108,101); }

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

background-color css

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

 a { background-color: rgb(78,108,101); }

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

border-color css

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

 span { border-color: rgb(78,108,101); }

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