#527368

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

Shades of Dark Green Copper #527368

Tints of Dark Green Copper #527368

Color information

#527368 (or 0x527368) is unknown color: approx Dark Green Copper. HEX triplet: 52, 73 and 68. RGB value is (82,115,104). Sum of RGB (Red+Green+Blue) = 82+115+104=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #527368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527368 is #AD8C97. Grayscale: #676767. Windows color (decimal): -11373720 or 6845266. OLE color: 6845266.

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

Color convert

RGB82115104-
CMYK0.2900.100.55
HSL160º16.75%38.63%-
HSV(B)160º28.7%45.1%-
XYZ12.1115.0515.36-
YUV103.88128.07112.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=27.24%
G=38.21%
B=34.55%

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
Decimal821151040.2900.100.5516016.7538.63
Hex5273681D0A37a01127
Octal12216315035012672402147
Binary10100101110011110100011101010101101111010000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527368; }

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

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

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

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

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

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

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

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