#527367

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

Shades of Dark Green Copper #527367

Tints of Dark Green Copper #527367

Color information

#527367 (or 0x527367) is unknown color: approx Dark Green Copper. HEX triplet: 52, 73 and 67. RGB value is (82,115,103). Sum of RGB (Red+Green+Blue) = 82+115+103=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #527367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527367 is #AD8C98. Grayscale: #676767. Windows color (decimal): -11373721 or 6779730. OLE color: 6779730.

HSL color Cylindrical-coordinate representation of color #527367: hue angle of 158.18º 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 #527367 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB82115103-
CMYK0.2900.100.55
HSL158.18º16.75%38.63%-
HSV(B)158.18º28.7%45.1%-
XYZ12.0615.0315.1-
YUV103.76127.57112.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 103 (40.62% from 255) = 34.33%
R=27.33%
G=38.33%
B=34.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821151030.2900.100.55158.1816.7538.63
Hex5273671D0A379e1127
Octal12216314735012672362147
Binary10100101110011110011111101010101101111001111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527367; }

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

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

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

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

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

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

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

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