#517567

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

Shades of Dark Green Copper #517567

Tints of Dark Green Copper #517567

Color information

#517567 (or 0x517567) is unknown color: approx Dark Green Copper. HEX triplet: 51, 75 and 67. RGB value is (81,117,103). Sum of RGB (Red+Green+Blue) = 81+117+103=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #517567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517567 is #AE8A98. Grayscale: #686868. Windows color (decimal): -11438745 or 6780241. OLE color: 6780241.

HSL color Cylindrical-coordinate representation of color #517567: hue angle of 156.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #517567 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB81117103-
CMYK0.3100.120.54
HSL156.67º18.18%38.82%-
HSV(B)156.67º30.77%45.88%-
XYZ12.215.4515.17-
YUV104.64127.07111.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=26.91%
G=38.87%
B=34.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811171030.3100.120.54156.6718.1838.82
Hex5175671F0C369d1227
Octal12116514737014662352247
Binary10100011110101110011111111011001101101001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517567; }

 p { color: rgb(81,117,103); }

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

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

 a { background-color: rgb(81,117,103); }

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

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

 span { border-color: rgb(81,117,103); }

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