#506B64

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

Shades of Dark Green Copper #506B64

Tints of Dark Green Copper #506B64

Color information

#506B64 (or 0x506B64) is unknown color: approx Dark Green Copper. HEX triplet: 50, 6B and 64. RGB value is (80,107,100). Sum of RGB (Red+Green+Blue) = 80+107+100=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #506B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B64 is #AF949B. Grayscale: #626262. Windows color (decimal): -11506844 or 6581072. OLE color: 6581072.

HSL color Cylindrical-coordinate representation of color #506B64: hue angle of 164.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506B64 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB80107100-
CMYK0.2500.070.58
HSL164.44º14.44%36.67%-
HSV(B)164.44º25.23%41.96%-
XYZ10.8713.1414.02-
YUV98.13129.05115.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=27.87%
G=37.28%
B=34.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801071000.2500.070.58164.4414.4436.67
Hex506B6419073Aa4e25
Octal1201531443107722441645
Binary101000011010111100100110010111111010101001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506B64; }

 p { color: rgb(80,107,100); }

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

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

 a { background-color: rgb(80,107,100); }

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

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

 span { border-color: rgb(80,107,100); }

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