#527369

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

Shades of Dark Green Copper #527369

Tints of Dark Green Copper #527369

Color information

#527369 (or 0x527369) is unknown color: approx Dark Green Copper. HEX triplet: 52, 73 and 69. RGB value is (82,115,105). Sum of RGB (Red+Green+Blue) = 82+115+105=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #527369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527369 is #AD8C96. Grayscale: #676767. Windows color (decimal): -11373719 or 6910802. OLE color: 6910802.

HSL color Cylindrical-coordinate representation of color #527369: hue angle of 161.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527369 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB82115105-
CMYK0.2900.090.55
HSL161.82º16.75%38.63%-
HSV(B)161.82º28.7%45.1%-
XYZ12.1615.0815.63-
YUV103.99128.57112.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=27.15%
G=38.08%
B=34.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821151050.2900.090.55161.8216.7538.63
Hex5273691D0937a21127
Octal12216315135011672422147
Binary10100101110011110100111101010011101111010001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527369; }

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

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

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

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

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

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

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

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