Html Css Color HEX #4D6C62 Dark Green Copper

📋 copy color: '#4D6C62'

red 77 ◦ green 108 ◦ blue 98

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

Shades of Dark Green Copper #4D6C62

Tints of Dark Green Copper #4D6C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 27.21%
G = 38.16%
B = 34.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#4D6C62 (or 0x4D6C62) is known color: Dark Green Copper. HEX triplet: 4D, 6C and 62. RGB value is (77,108,98). Sum of RGB (Red+Green+Blue) = 77+108+98=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6C62 is #B2939D. Grayscale: #616161. Windows color (decimal): -11703198 or 6450253. OLE color: 6450253.

HSL color Cylindrical-coordinate representation of color #4D6C62: hue angle of 160.65º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6C62 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 108 98 -
CMYK 0.29 0 0.09 0.58
HSL 160.65º 0.17% 0.36% -
HSV(B) 160.65º 0.29% 0.42% -
XYZ 10.63 13.18 13.54 -
YUV 97.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 77 108 98 0.29 0 0.09 0.58 160.65 0.17 0.36
Hex 4D 6C 62 1D 0 9 3A A1 11 24
Octal 115 154 142 35 0 11 72 241 21 44
Binary 1001101 1101100 1100010 11101 0 1001 111010 10100001 10001 100100

Color Harmonies of #4D6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6C62

Black with #4D6C62

Text Example


Text Example

White with #4D6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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