#517267

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

Shades of Dark Green Copper #517267

Tints of Dark Green Copper #517267

Color information

#517267 (or 0x517267) is unknown color: approx Dark Green Copper. HEX triplet: 51, 72 and 67. RGB value is (81,114,103). Sum of RGB (Red+Green+Blue) = 81+114+103=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #517267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517267 is #AE8D98. Grayscale: #666666. Windows color (decimal): -11439513 or 6779473. OLE color: 6779473.

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

Color convert

RGB81114103-
CMYK0.2900.100.55
HSL160º16.92%38.24%-
HSV(B)160º28.95%44.71%-
XYZ11.8614.7615.06-
YUV102.88128.07112.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=27.18%
G=38.26%
B=34.56%

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
Decimal811141030.2900.100.5516016.9238.24
Hex5172671D0A37a01126
Octal12116214735012672402146
Binary10100011110010110011111101010101101111010000010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517267; }

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

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

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

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

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

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

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

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