#527268

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

Shades of Dark Green Copper #527268

Tints of Dark Green Copper #527268

Color information

#527268 (or 0x527268) is unknown color: approx Dark Green Copper. HEX triplet: 52, 72 and 68. RGB value is (82,114,104). Sum of RGB (Red+Green+Blue) = 82+114+104=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #527268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527268 is #AD8D97. Grayscale: #676767. Windows color (decimal): -11373976 or 6845010. OLE color: 6845010.

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

Color convert

RGB82114104-
CMYK0.2800.090.55
HSL161.25º16.33%38.43%-
HSV(B)161.25º28.07%44.71%-
XYZ1214.8315.33-
YUV103.29128.4112.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=27.33%
G=38%
B=34.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821141040.2800.090.55161.2516.3338.43
Hex5272681C0937a11026
Octal12216215034011672412046
Binary10100101110010110100011100010011101111010000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527268; }

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

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

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

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

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

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

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

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