Html Css Color HEX #4E7D6E Dark Green Copper

📋 copy color: '#4E7D6E'

red 78 ◦ green 125 ◦ blue 110

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

Shades of Dark Green Copper #4E7D6E

Tints of Dark Green Copper #4E7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.94%

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 24.92%
G = 39.94%
B = 35.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#4E7D6E (or 0x4E7D6E) is known color: Dark Green Copper. HEX triplet: 4E, 7D and 6E. RGB value is (78,125,110). Sum of RGB (Red+Green+Blue) = 78+125+110=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 125 - color contains mainly: green. Hex color #4E7D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7D6E is #B18291. Grayscale: #6D6D6D. Windows color (decimal): -11633298 or 7241038. OLE color: 7241038.

HSL color Cylindrical-coordinate representation of color #4E7D6E: hue angle of 160.85º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E7D6E is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 125 110 -
CMYK 0.38 0 0.12 0.51
HSL 160.85º 0.23% 0.4% -
HSV(B) 160.85º 0.38% 0.49% -
XYZ 13.29 17.41 17.41 -
YUV 109.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 78 125 110 0.38 0 0.12 0.51 160.85 0.23 0.4
Hex 4E 7D 6E 26 0 C 33 A1 17 28
Octal 116 175 156 46 0 14 63 241 27 50
Binary 1001110 1111101 1101110 100110 0 1100 110011 10100001 10111 101000

Color Harmonies of #4E7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7D6E

Black with #4E7D6E

Text Example


Text Example

White with #4E7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,125,110); }

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

background-color css

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

 a { background-color: rgb(78,125,110); }

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

border-color css

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

 span { border-color: rgb(78,125,110); }

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