#527467

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

Shades of Dark Green Copper #527467

Tints of Dark Green Copper #527467

Color information

#527467 (or 0x527467) is unknown color: approx Dark Green Copper. HEX triplet: 52, 74 and 67. RGB value is (82,116,103). Sum of RGB (Red+Green+Blue) = 82+116+103=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #527467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527467 is #AD8B98. Grayscale: #686868. Windows color (decimal): -11373465 or 6779986. OLE color: 6779986.

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

Color convert

RGB82116103-
CMYK0.2900.110.55
HSL157.06º17.17%38.82%-
HSV(B)157.06º29.31%45.49%-
XYZ12.1715.2615.14-
YUV104.35127.24112.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=27.24%
G=38.54%
B=34.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821161030.2900.110.55157.0617.1738.82
Hex5274671D0B379d1127
Octal12216414735013672352147
Binary10100101110100110011111101010111101111001110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527467; }

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

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

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

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

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

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

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

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