#507165

Color #507165 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #507165

Tints of Dark Green Copper #507165

Color information

#507165 (or 0x507165) is unknown color: approx Dark Green Copper. HEX triplet: 50, 71 and 65. RGB value is (80,113,101). Sum of RGB (Red+Green+Blue) = 80+113+101=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #507165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507165 is #AF8E9A. Grayscale: #656565. Windows color (decimal): -11505307 or 6648144. OLE color: 6648144.

HSL color Cylindrical-coordinate representation of color #507165: hue angle of 158.18º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507165 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB80113101-
CMYK0.2900.110.56
HSL158.18º17.1%37.84%-
HSV(B)158.18º29.2%44.31%-
XYZ11.5614.4614.49-
YUV101.76127.57112.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=27.21%
G=38.44%
B=34.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801131010.2900.110.56158.1817.137.84
Hex5071651D0B389e1126
Octal12016114535013702362146
Binary10100001110001110010111101010111110001001111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507165; }

 p { color: rgb(80,113,101); }

 H1.HeaderClassName
 {
   color: #507165;
 }
 .AnyTagClassName
 {
   color: #507165;
 }
</style>
background-color css

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

 a { background-color: rgb(80,113,101); }

 div.DivClassName
 {
   background-color: #507165;
 }
 .BgClassName
 {
   background-color: #507165;
 }
</style>
border-color css

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

 span { border-color: rgb(80,113,101); }

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