Html Css Color HEX #4D7D6E Dark Green Copper

📋 copy color: '#4D7D6E'

red 77 ◦ green 125 ◦ blue 110

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

Shades of Dark Green Copper #4D7D6E

Tints of Dark Green Copper #4D7D6E

RGB

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

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

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

R = 24.68%
G = 40.06%
B = 35.26%

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

#4D7D6E (or 0x4D7D6E) is known color: Dark Green Copper. HEX triplet: 4D, 7D and 6E. RGB value is (77,125,110). Sum of RGB (Red+Green+Blue) = 77+125+110=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7D6E is #B28291. Grayscale: #6C6C6C. Windows color (decimal): -11698834 or 7241037. OLE color: 7241037.

HSL color Cylindrical-coordinate representation of color #4D7D6E: hue angle of 161.25º degrees, saturation: 0.24, 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 #4D7D6E is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 125 110 -
CMYK 0.38 0 0.12 0.51
HSL 161.25º 0.24% 0.4% -
HSV(B) 161.25º 0.38% 0.49% -
XYZ 13.21 17.37 17.41 -
YUV 108.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 77 125 110 0.38 0 0.12 0.51 161.25 0.24 0.4
Hex 4D 7D 6E 26 0 C 33 A1 18 28
Octal 115 175 156 46 0 14 63 241 30 50
Binary 1001101 1111101 1101110 100110 0 1100 110011 10100001 11000 101000

Color Harmonies of #4D7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7D6E

Black with #4D7D6E

Text Example


Text Example

White with #4D7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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