Html Css Color HEX #4D7C6E Dark Green Copper

📋 copy color: '#4D7C6E'

red 77 ◦ green 124 ◦ blue 110

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

Shades of Dark Green Copper #4D7C6E

Tints of Dark Green Copper #4D7C6E

RGB

 RED value IS 77 (30.47% from 255) = 24.76%

 GREEN value IS 124 (48.83% from 255) = 39.87%

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

R = 24.76%
G = 39.87%
B = 35.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#4D7C6E (or 0x4D7C6E) is known color: Dark Green Copper. HEX triplet: 4D, 7C and 6E. RGB value is (77,124,110). Sum of RGB (Red+Green+Blue) = 77+124+110=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7C6E is #B28391. Grayscale: #6C6C6C. Windows color (decimal): -11699090 or 7240781. OLE color: 7240781.

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

Color convert

RGB 77 124 110 -
CMYK 0.38 0 0.11 0.51
HSL 162.13º 0.23% 0.39% -
HSV(B) 162.13º 0.38% 0.49% -
XYZ 13.08 17.12 17.37 -
YUV 108.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 77 124 110 0.38 0 0.11 0.51 162.13 0.23 0.39
Hex 4D 7C 6E 26 0 B 33 A2 17 27
Octal 115 174 156 46 0 13 63 242 27 47
Binary 1001101 1111100 1101110 100110 0 1011 110011 10100010 10111 100111

Color Harmonies of #4D7C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7C6E

Black with #4D7C6E

Text Example


Text Example

White with #4D7C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,124,110); }

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

background-color css

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

 a { background-color: rgb(77,124,110); }

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

border-color css

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

 span { border-color: rgb(77,124,110); }

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