Html Css Color HEX #50746A Dark Green Copper

📋 copy color: '#50746A'

red 80 ◦ green 116 ◦ blue 106

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

Shades of Dark Green Copper #50746A

Tints of Dark Green Copper #50746A

RGB

 RED value IS 80 (31.64% from 255) = 26.49%

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 26.49%
G = 38.41%
B = 35.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#50746A (or 0x50746A) is known color: Dark Green Copper. HEX triplet: 50, 74 and 6A. RGB value is (80,116,106). Sum of RGB (Red+Green+Blue) = 80+116+106=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #50746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50746A is #AF8B95. Grayscale: #686868. Windows color (decimal): -11504534 or 6976592. OLE color: 6976592.

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

Color convert

RGB 80 116 106 -
CMYK 0.31 0 0.09 0.55
HSL 163.33º 0.18% 0.38% -
HSV(B) 163.33º 0.31% 0.45% -
XYZ 12.16 15.24 15.94 -
YUV 104.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 80 116 106 0.31 0 0.09 0.55 163.33 0.18 0.38
Hex 50 74 6A 1F 0 9 37 A3 12 26
Octal 120 164 152 37 0 11 67 243 22 46
Binary 1010000 1110100 1101010 11111 0 1001 110111 10100011 10010 100110

Color Harmonies of #50746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50746A

Black with #50746A

Text Example


Text Example

White with #50746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50746A; }

 p { color: rgb(80,116,106); }

 H1.HeaderClassName
 {
   color: #50746A;
 }
 .AnyTagClassName
 {
   color: #50746A;
 }
</style>

background-color css

<style>
 a { background-color: #50746A; }

 a { background-color: rgb(80,116,106); }

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

border-color css

<style>
 span { border-color: #50746A; }

 span { border-color: rgb(80,116,106); }

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