Html Css Color HEX #50756C Dark Green Copper

📋 copy color: '#50756C'

red 80 ◦ green 117 ◦ blue 108

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

Shades of Dark Green Copper #50756C

Tints of Dark Green Copper #50756C

RGB

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

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

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

R = 26.23%
G = 38.36%
B = 35.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#50756C (or 0x50756C) is known color: Dark Green Copper. HEX triplet: 50, 75 and 6C. RGB value is (80,117,108). Sum of RGB (Red+Green+Blue) = 80+117+108=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #50756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50756C is #AF8A93. Grayscale: #686868. Windows color (decimal): -11504276 or 7107920. OLE color: 7107920.

HSL color Cylindrical-coordinate representation of color #50756C: hue angle of 165.41º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50756C is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 108 -
CMYK 0.32 0 0.08 0.54
HSL 165.41º 0.19% 0.39% -
HSV(B) 165.41º 0.32% 0.46% -
XYZ 12.38 15.51 16.53 -
YUV 104.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 80 117 108 0.32 0 0.08 0.54 165.41 0.19 0.39
Hex 50 75 6C 20 0 8 36 A5 13 27
Octal 120 165 154 40 0 10 66 245 23 47
Binary 1010000 1110101 1101100 100000 0 1000 110110 10100101 10011 100111

Color Harmonies of #50756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50756C

Black with #50756C

Text Example


Text Example

White with #50756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50756C; }

 p { color: rgb(80,117,108); }

 H1.HeaderClassName
 {
   color: #50756C;
 }
 .AnyTagClassName
 {
   color: #50756C;
 }
</style>

background-color css

<style>
 a { background-color: #50756C; }

 a { background-color: rgb(80,117,108); }

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

border-color css

<style>
 span { border-color: #50756C; }

 span { border-color: rgb(80,117,108); }

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