Html Css Color HEX #4D7D74 Dark Green Copper

📋 copy color: '#4D7D74'

red 77 ◦ green 125 ◦ blue 116

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

Shades of Dark Green Copper #4D7D74

Tints of Dark Green Copper #4D7D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 24.21%
G = 39.31%
B = 36.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#4D7D74 (or 0x4D7D74) is known color: Dark Green Copper. HEX triplet: 4D, 7D and 74. RGB value is (77,125,116). Sum of RGB (Red+Green+Blue) = 77+125+116=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7D74 is #B2828B. Grayscale: #6D6D6D. Windows color (decimal): -11698828 or 7634253. OLE color: 7634253.

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

Color convert

RGB 77 125 116 -
CMYK 0.38 0 0.07 0.51
HSL 168.75º 0.24% 0.4% -
HSV(B) 168.75º 0.38% 0.49% -
XYZ 13.55 17.51 19.19 -
YUV 109.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 77 125 116 0.38 0 0.07 0.51 168.75 0.24 0.4
Hex 4D 7D 74 26 0 7 33 A9 18 28
Octal 115 175 164 46 0 7 63 251 30 50
Binary 1001101 1111101 1110100 100110 0 111 110011 10101001 11000 101000

Color Harmonies of #4D7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7D74

Black with #4D7D74

Text Example


Text Example

White with #4D7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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