#527165

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

Shades of Dark Green Copper #527165

Tints of Dark Green Copper #527165

Color information

#527165 (or 0x527165) is unknown color: approx Dark Green Copper. HEX triplet: 52, 71 and 65. RGB value is (82,113,101). Sum of RGB (Red+Green+Blue) = 82+113+101=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #527165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527165 is #AD8E9A. Grayscale: #666666. Windows color (decimal): -11374235 or 6648146. OLE color: 6648146.

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

Color convert

RGB82113101-
CMYK0.2700.110.56
HSL156.77º15.9%38.24%-
HSV(B)156.77º27.43%44.31%-
XYZ11.7314.5414.5-
YUV102.36127.23113.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=27.70%
G=38.18%
B=34.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821131010.2700.110.56156.7715.938.24
Hex5271651B0B389d1026
Octal12216114533013702352046
Binary10100101110001110010111011010111110001001110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527165; }

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

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

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

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

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

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

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

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