Html Css Color HEX #4D7265 Dark Green Copper

📋 copy color: '#4D7265'

red 77 ◦ green 114 ◦ blue 101

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

Shades of Dark Green Copper #4D7265

Tints of Dark Green Copper #4D7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.04%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 26.37%
G = 39.04%
B = 34.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#4D7265 (or 0x4D7265) is known color: Dark Green Copper. HEX triplet: 4D, 72 and 65. RGB value is (77,114,101). Sum of RGB (Red+Green+Blue) = 77+114+101=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7265 is #B28D9A. Grayscale: #656565. Windows color (decimal): -11701659 or 6648397. OLE color: 6648397.

HSL color Cylindrical-coordinate representation of color #4D7265: hue angle of 158.92º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7265 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 114 101 -
CMYK 0.32 0 0.11 0.55
HSL 158.92º 0.19% 0.37% -
HSV(B) 158.92º 0.32% 0.45% -
XYZ 11.43 14.55 14.52 -
YUV 101.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 77 114 101 0.32 0 0.11 0.55 158.92 0.19 0.37
Hex 4D 72 65 20 0 B 37 9F 13 25
Octal 115 162 145 40 0 13 67 237 23 45
Binary 1001101 1110010 1100101 100000 0 1011 110111 10011111 10011 100101

Color Harmonies of #4D7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7265

Black with #4D7265

Text Example


Text Example

White with #4D7265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,114,101); }

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

background-color css

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

 a { background-color: rgb(77,114,101); }

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

border-color css

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

 span { border-color: rgb(77,114,101); }

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