#527267

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

Shades of Dark Green Copper #527267

Tints of Dark Green Copper #527267

Color information

#527267 (or 0x527267) is unknown color: approx Dark Green Copper. HEX triplet: 52, 72 and 67. RGB value is (82,114,103). Sum of RGB (Red+Green+Blue) = 82+114+103=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #527267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527267 is #AD8D98. Grayscale: #676767. Windows color (decimal): -11373977 or 6779474. OLE color: 6779474.

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

Color convert

RGB82114103-
CMYK0.2800.100.55
HSL159.38º16.33%38.43%-
HSV(B)159.38º28.07%44.71%-
XYZ11.9514.8115.06-
YUV103.18127.9112.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=27.42%
G=38.13%
B=34.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821141030.2800.100.55159.3816.3338.43
Hex5272671C0A379f1026
Octal12216214734012672372046
Binary10100101110010110011111100010101101111001111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527267; }

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

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

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

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

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

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

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

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