Html Css Color HEX #4D756A Dark Green Copper

📋 copy color: '#4D756A'

red 77 ◦ green 117 ◦ blue 106

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

Shades of Dark Green Copper #4D756A

Tints of Dark Green Copper #4D756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 25.67%
G = 39%
B = 35.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#4D756A (or 0x4D756A) is known color: Dark Green Copper. HEX triplet: 4D, 75 and 6A. RGB value is (77,117,106). Sum of RGB (Red+Green+Blue) = 77+117+106=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #4D756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D756A is #B28A95. Grayscale: #676767. Windows color (decimal): -11700886 or 6976845. OLE color: 6976845.

HSL color Cylindrical-coordinate representation of color #4D756A: hue angle of 163.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D756A is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 117 106 -
CMYK 0.34 0 0.09 0.54
HSL 163.5º 0.21% 0.38% -
HSV(B) 163.5º 0.34% 0.46% -
XYZ 12.02 15.34 15.96 -
YUV 103.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 77 117 106 0.34 0 0.09 0.54 163.5 0.21 0.38
Hex 4D 75 6A 22 0 9 36 A4 15 26
Octal 115 165 152 42 0 11 66 244 25 46
Binary 1001101 1110101 1101010 100010 0 1001 110110 10100100 10101 100110

Color Harmonies of #4D756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D756A

Black with #4D756A

Text Example


Text Example

White with #4D756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,117,106); }

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

background-color css

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

 a { background-color: rgb(77,117,106); }

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

border-color css

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

 span { border-color: rgb(77,117,106); }

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