Html Css Color HEX #4D796C Dark Green Copper

📋 copy color: '#4D796C'

red 77 ◦ green 121 ◦ blue 108

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

Shades of Dark Green Copper #4D796C

Tints of Dark Green Copper #4D796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

 BLUE value IS 108 (42.58% from 255) = 35.29%

R = 25.16%
G = 39.54%
B = 35.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#4D796C (or 0x4D796C) is known color: Dark Green Copper. HEX triplet: 4D, 79 and 6C. RGB value is (77,121,108). Sum of RGB (Red+Green+Blue) = 77+121+108=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #4D796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D796C is #B28693. Grayscale: #6A6A6A. Windows color (decimal): -11699860 or 7108941. OLE color: 7108941.

HSL color Cylindrical-coordinate representation of color #4D796C: hue angle of 162.27º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D796C is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 121 108 -
CMYK 0.36 0 0.11 0.53
HSL 162.27º 0.22% 0.39% -
HSV(B) 162.27º 0.36% 0.47% -
XYZ 12.6 16.34 16.68 -
YUV 106.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 77 121 108 0.36 0 0.11 0.53 162.27 0.22 0.39
Hex 4D 79 6C 24 0 B 35 A2 16 27
Octal 115 171 154 44 0 13 65 242 26 47
Binary 1001101 1111001 1101100 100100 0 1011 110101 10100010 10110 100111

Color Harmonies of #4D796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D796C

Black with #4D796C

Text Example


Text Example

White with #4D796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,121,108); }

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

background-color css

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

 a { background-color: rgb(77,121,108); }

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

border-color css

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

 span { border-color: rgb(77,121,108); }

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