Html Css Color HEX #4E756A Dark Green Copper

📋 copy color: '#4E756A'

red 78 ◦ green 117 ◦ blue 106

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

Shades of Dark Green Copper #4E756A

Tints of Dark Green Copper #4E756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 25.91%
G = 38.87%
B = 35.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#4E756A (or 0x4E756A) is known color: Dark Green Copper. HEX triplet: 4E, 75 and 6A. RGB value is (78,117,106). Sum of RGB (Red+Green+Blue) = 78+117+106=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #4E756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E756A is #B18A95. Grayscale: #686868. Windows color (decimal): -11635350 or 6976846. OLE color: 6976846.

HSL color Cylindrical-coordinate representation of color #4E756A: hue angle of 163.08º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E756A is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 117 106 -
CMYK 0.33 0 0.09 0.54
HSL 163.08º 0.2% 0.38% -
HSV(B) 163.08º 0.33% 0.46% -
XYZ 12.1 15.38 15.97 -
YUV 104.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 78 117 106 0.33 0 0.09 0.54 163.08 0.2 0.38
Hex 4E 75 6A 21 0 9 36 A3 14 26
Octal 116 165 152 41 0 11 66 243 24 46
Binary 1001110 1110101 1101010 100001 0 1001 110110 10100011 10100 100110

Color Harmonies of #4E756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E756A

Black with #4E756A

Text Example


Text Example

White with #4E756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,117,106); }

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

background-color css

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

 a { background-color: rgb(78,117,106); }

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

border-color css

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

 span { border-color: rgb(78,117,106); }

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