#507168

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

Shades of Dark Green Copper #507168

Tints of Dark Green Copper #507168

Color information

#507168 (or 0x507168) is unknown color: approx Dark Green Copper. HEX triplet: 50, 71 and 68. RGB value is (80,113,104). Sum of RGB (Red+Green+Blue) = 80+113+104=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #507168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507168 is #AF8E97. Grayscale: #666666. Windows color (decimal): -11505304 or 6844752. OLE color: 6844752.

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

Color convert

RGB80113104-
CMYK0.2900.080.56
HSL163.64º17.1%37.84%-
HSV(B)163.64º29.2%44.31%-
XYZ11.7114.5215.28-
YUV102.11129.07112.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=26.94%
G=38.05%
B=35.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801131040.2900.080.56163.6417.137.84
Hex5071681D0838a41126
Octal12016115035010702442146
Binary10100001110001110100011101010001110001010010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507168; }

 p { color: rgb(80,113,104); }

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

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

 a { background-color: rgb(80,113,104); }

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

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

 span { border-color: rgb(80,113,104); }

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