Html Css Color HEX #4D7369 Dark Green Copper

📋 copy color: '#4D7369'

red 77 ◦ green 115 ◦ blue 105

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

Shades of Dark Green Copper #4D7369

Tints of Dark Green Copper #4D7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.72%

 BLUE value IS 105 (41.41% from 255) = 35.35%

R = 25.93%
G = 38.72%
B = 35.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#4D7369 (or 0x4D7369) is known color: Dark Green Copper. HEX triplet: 4D, 73 and 69. RGB value is (77,115,105). Sum of RGB (Red+Green+Blue) = 77+115+105=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7369 is #B28C96. Grayscale: #666666. Windows color (decimal): -11701399 or 6910797. OLE color: 6910797.

HSL color Cylindrical-coordinate representation of color #4D7369: hue angle of 164.21º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D7369 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 115 105 -
CMYK 0.33 0 0.09 0.55
HSL 164.21º 0.2% 0.38% -
HSV(B) 164.21º 0.33% 0.45% -
XYZ 11.74 14.86 15.61 -
YUV 102.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 77 115 105 0.33 0 0.09 0.55 164.21 0.2 0.38
Hex 4D 73 69 21 0 9 37 A4 14 26
Octal 115 163 151 41 0 11 67 244 24 46
Binary 1001101 1110011 1101001 100001 0 1001 110111 10100100 10100 100110

Color Harmonies of #4D7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7369

Black with #4D7369

Text Example


Text Example

White with #4D7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,115,105); }

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

background-color css

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

 a { background-color: rgb(77,115,105); }

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

border-color css

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

 span { border-color: rgb(77,115,105); }

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